PA Release Allocations Transactions

Description
Categories: BI Publisher
Imported from BI Publisher
Description: Release Allocations Transactions
Application: Projects
Source: PRC: Release Allocations Transactions (XML)
Short Name: PAXALRAT_XML
DB package: PA_PAXALRUN_XMLP_PKG

Download Blitz Report™ – World’s fastest reporting and data upload for Oracle EBS

Contact us to schedule a demo or if you need help with the installation

select transaction_type,project_number,project_name,count(project_number) txn_count,sum(current_allocation),sum(previous_allocation),sum(total_allocation), 
	/*PA_PAXALRUN_XMLP_PKG.c_dsp_current_sumformula(:CS_current_sum, :C_fmt_mask) C_DSP_CURRENT_SUM, 
	PA_PAXALRUN_XMLP_PKG.c_dsp_previous_sumformula(:CS_previous_sum, :C_fmt_mask) C_DSP_PREVIOUS_SUM, 
	PA_PAXALRUN_XMLP_PKG.c_dsp_tot_sumformula(:CS_tot_sum, :C_fmt_mask) C_DSP_TOT_SUM, */
	PA_PAXALRUN_XMLP_PKG.c_dsp_sum_current_allocationfo(sum(current_allocation), :C_fmt_mask) C_DSP_SUM_CURRENT_ALLOCATION, 
	PA_PAXALRUN_XMLP_PKG.c_dsp_sum_prev_allocationformu(sum(previous_allocation), :C_fmt_mask) C_DSP_SUM_PREV_ALLOCATION, 
	PA_PAXALRUN_XMLP_PKG.c_dsp_total_allocationformula(sum(total_allocation), :C_fmt_mask) C_DSP_SUM_TOTAL_ALLOCATION
from pa_alloc_transactions_v where run_id = :p_run_id group by transaction_type,project_number,project_name order by transaction_type, project_number
Parameter Name SQL text Validation
Operating Unit
 
LOV
Rule Name
 
LOV Oracle