DBA Data[Home] [Help]

APPS.WIP_JDI_UTILS dependencies on WIP_JOB_SCHEDULE_INTERFACE

Line 239: from wip_job_schedule_interface

235: begin
236:
237: select group_id, header_id
238: into x_group_id, x_header_id
239: from wip_job_schedule_interface
240: where rowid = p_row_id
241: and load_type in (WIP_CONSTANTS.CREATE_JOB,WIP_CONSTANTS.RESCHED_JOB,
242: WIP_CONSTANTS.CREATE_NS_JOB);
243: