DBA Data[Home] [Help]

APPS.PA_FP_COPY_FROM_PKG dependencies on PA_RESOURCE_ASGN_CURR_TMP

Line 6569: DELETE pa_resource_asgn_curr_tmp;

6565: /*This piece of code calls maintain_data api with p_version_level_flag => 'N' i.e temp table mode for copying
6566: overrides from the source version and with p_rollup_flag => 'Y' for rolling up the amounts in the target
6567: version */
6568:
6569: DELETE pa_resource_asgn_curr_tmp;
6570:
6571: /* Populating temp table with target resource_assignment_id along with txn_curr_code and
6572: override rates from the source version of pa_resource_asgnc_curr */
6573: /*Inserting into temp table */

Line 6574: INSERT INTO pa_resource_asgn_curr_tmp

6570:
6571: /* Populating temp table with target resource_assignment_id along with txn_curr_code and
6572: override rates from the source version of pa_resource_asgnc_curr */
6573: /*Inserting into temp table */
6574: INSERT INTO pa_resource_asgn_curr_tmp
6575: (RESOURCE_ASSIGNMENT_ID,
6576: TXN_CURRENCY_CODE,
6577: txn_raw_cost_rate_override,
6578: txn_burden_cost_rate_override,