DBA Data[Home] [Help]

APPS.PA_FP_GEN_FCST_AMT_PUB dependencies on PA_RES_LIST_MAP_TMP1

Line 4538: DELETE pa_res_list_map_tmp1;

4534: -- attributes (including the spread_curve_id) to target resources where
4535: -- applicable.
4536:
4537: /* Populate target ra_ids in tmp1 for COPY_SRC_ATTRS_TO_TARGET_FCST */
4538: DELETE pa_res_list_map_tmp1;
4539: FORALL i in 1..l_cal_ra_id_tab.count
4540: INSERT INTO pa_res_list_map_tmp1
4541: ( txn_resource_assignment_id )
4542: VALUES ( l_cal_ra_id_tab(i) );

Line 4540: INSERT INTO pa_res_list_map_tmp1

4536:
4537: /* Populate target ra_ids in tmp1 for COPY_SRC_ATTRS_TO_TARGET_FCST */
4538: DELETE pa_res_list_map_tmp1;
4539: FORALL i in 1..l_cal_ra_id_tab.count
4540: INSERT INTO pa_res_list_map_tmp1
4541: ( txn_resource_assignment_id )
4542: VALUES ( l_cal_ra_id_tab(i) );
4543:
4544: IF p_pa_debug_mode = 'Y' THEN