DBA Data[Home] [Help]

APPS.PJI_FM_PLAN_MAINT_PVT dependencies on PJI_PJP_SUM_MAIN

Line 144: l_process := PJI_PJP_SUM_MAIN.g_process || to_char(g_worker_id);

140: RETURN;
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

Line 407: l_process := PJI_PJP_SUM_MAIN.g_process || to_char(g_worker_id); -- Bug#5099574

403: ELSIF (p_context = 'PLANTYPE') THEN
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

Line 4285: l_process := PJI_PJP_SUM_MAIN.g_process || to_char(g_worker_id);

4281: ( p_package_name => g_package_name
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