DBA Data[Home] [Help]

APPS.PA_FP_GEN_FCST_AMT_PUB dependencies on PA_RES_LIST_MAP_TMP1

Line 4794: DELETE pa_res_list_map_tmp1;

4790: -- attributes (including the spread_curve_id) to target resources where
4791: -- applicable.
4792:
4793: /* Populate target ra_ids in tmp1 for COPY_SRC_ATTRS_TO_TARGET_FCST */
4794: DELETE pa_res_list_map_tmp1;
4795: FORALL i in 1..l_cal_ra_id_tab.count
4796: INSERT INTO pa_res_list_map_tmp1
4797: ( txn_resource_assignment_id )
4798: VALUES ( l_cal_ra_id_tab(i) );

Line 4796: INSERT INTO pa_res_list_map_tmp1

4792:
4793: /* Populate target ra_ids in tmp1 for COPY_SRC_ATTRS_TO_TARGET_FCST */
4794: DELETE pa_res_list_map_tmp1;
4795: FORALL i in 1..l_cal_ra_id_tab.count
4796: INSERT INTO pa_res_list_map_tmp1
4797: ( txn_resource_assignment_id )
4798: VALUES ( l_cal_ra_id_tab(i) );
4799:
4800: IF p_pa_debug_mode = 'Y' THEN