DBA Data[Home] [Help]

APPS.FND_RESUB_PRIVATE dependencies on FND_CONC_RELEASE_CLASSES

Line 163: fnd_conc_release_classes c

159: P_sch_name,P_sch_type,P_inc_proc
160: from fnd_concurrent_requests r,
161: fnd_concurrent_programs p,
162: fnd_application a,
163: fnd_conc_release_classes c
164: where r.request_id = req_id
165: and r.concurrent_program_id = p.concurrent_program_id
166: and r.program_application_id = p.application_id
167: and r.program_application_id = a.application_id

Line 396: fnd_conc_release_classes c

392: P_rsub_int, P_rsub_int_unit_code,
393: P_increment_flag, P_sch_app_id, P_sch_id,
394: P_sch_name, P_sch_type
395: from fnd_concurrent_requests r,
396: fnd_conc_release_classes c
397: where r.request_id = req_id
398: and c.RELEASE_CLASS_ID = r.RELEASE_CLASS_ID
399: and r.RELEASE_CLASS_APP_ID = c.APPLICATION_ID;
400: