DBA Data[Home] [Help]

APPS.PJI_FM_PLAN_MAINT dependencies on PA_RLMI_RBS_MAP_PUB

Line 133: PA_RLMI_RBS_MAP_PUB.populate_rbsmap_tmp

129: BEGIN
130:
131: print_time( ' 5 ' );
132:
133: PA_RLMI_RBS_MAP_PUB.populate_rbsmap_tmp
134: ( p_budget_version_id => j.plan_version_id
135: , p_calling_mode => 'BUDGET_VERSION'
136: , x_return_status => l_return_status );
137:

Line 168: PA_RLMI_RBS_MAP_PUB.populate_rbsmap_tmp

164:
165: FOR j IN c_res_list_id_bulk_cur(p_fp_version_ids(i)) LOOP
166:
167: BEGIN
168: PA_RLMI_RBS_MAP_PUB.populate_rbsmap_tmp
169: ( p_budget_version_id => j.plan_version_id
170: , p_calling_mode => 'BUDGET_VERSION'
171: , x_return_status => l_return_status );
172: