DBA Data[Home] [Help]

APPS.PJI_FM_PLAN_MAINT_PVT dependencies on PJI_PROCESS_UTIL

Line 145: l_rbs_header_id := PJI_PROCESS_UTIL.GET_PROCESS_PARAMETER(l_process,'RBS_HEADER_ID');

141: END IF;
142:
143: /* Added for bug#5728852 - START */
144: l_process := PJI_PJP_SUM_MAIN.g_process || to_char(g_worker_id);
145: l_rbs_header_id := PJI_PROCESS_UTIL.GET_PROCESS_PARAMETER(l_process,'RBS_HEADER_ID');
146: /* Added for bug#5728852 - END */
147:
148: IF (p_context = 'RBS' AND p_rbs_version_id IS NULL) THEN
149: print_time('Context is RBS and rbs version id is NULL. Pl. provide a rbs version id. Exitting.' );

Line 408: l_refresh_code := PJI_PROCESS_UTIL.GET_PROCESS_PARAMETER (l_process, 'REFRESH_CODE'); -- Bug#5099574

404:
405: l_plan_type_id := p_plan_type_id;
406: l_rbs_version_id := NULL;
407: l_process := PJI_PJP_SUM_MAIN.g_process || to_char(g_worker_id); -- Bug#5099574
408: l_refresh_code := PJI_PROCESS_UTIL.GET_PROCESS_PARAMETER (l_process, 'REFRESH_CODE'); -- Bug#5099574
409:
410: -- Bug# 5208322 : the workplan plan_type_id is stored in l_workplan_type_id
411: begin
412: SELECT fin_plan_type_id into l_workplan_type_id

Line 4286: l_plan_ver_type_code := PJI_PROCESS_UTIL.GET_PROCESS_PARAMETER(l_process, 'PLAN_VERSION');

4282: , x_return_status => x_return_status ) ;
4283:
4284: --Bug 6047966.
4285: l_process := PJI_PJP_SUM_MAIN.g_process || to_char(g_worker_id);
4286: l_plan_ver_type_code := PJI_PROCESS_UTIL.GET_PROCESS_PARAMETER(l_process, 'PLAN_VERSION');
4287:
4288: DELETE FROM pji_fm_extr_plan_lines
4289: WHERE (project_id, plan_version_id) IN
4290: (SELECT ver.project_id, ver.plan_version_id