DBA Data[Home] [Help]

APPS.FEM_MULTI_PROC_PKG dependencies on FND_CONCURRENT_PROGRAMS

Line 1190: fnd_concurrent_programs P

1186:
1187: CURSOR c_sub_req_id IS
1188: SELECT request_id
1189: FROM fnd_concurrent_requests R,
1190: fnd_concurrent_programs P
1191: WHERE parent_request_id = v_req_id
1192: AND R.concurrent_program_id = P.concurrent_program_id
1193: AND P.concurrent_program_name = c_mp_sub_prg
1194: AND P.application_id = c_mp_app_id