DBA Data[Home] [Help]

APPS.PA_FP_COPY_FROM_PKG dependencies on PA_RESOURCE_ASGN_CURR_TMP

Line 6552: DELETE pa_resource_asgn_curr_tmp;

6548: /*This piece of code calls maintain_data api with p_version_level_flag => 'N' i.e temp table mode for copying
6549: overrides from the source version and with p_rollup_flag => 'Y' for rolling up the amounts in the target
6550: version */
6551:
6552: DELETE pa_resource_asgn_curr_tmp;
6553:
6554: /* Populating temp table with target resource_assignment_id along with txn_curr_code and
6555: override rates from the source version of pa_resource_asgnc_curr */
6556: /*Inserting into temp table */

Line 6557: INSERT INTO pa_resource_asgn_curr_tmp

6553:
6554: /* Populating temp table with target resource_assignment_id along with txn_curr_code and
6555: override rates from the source version of pa_resource_asgnc_curr */
6556: /*Inserting into temp table */
6557: INSERT INTO pa_resource_asgn_curr_tmp
6558: (RESOURCE_ASSIGNMENT_ID,
6559: TXN_CURRENCY_CODE,
6560: txn_raw_cost_rate_override,
6561: txn_burden_cost_rate_override,