DBA Data[Home] [Help]

APPS.WIP_JOB_DETAILS dependencies on WIP_JOB_SCHEDULE_INTERFACE

Line 225: from wip_job_schedule_interface

221:
222: /* bug 4650624 */
223: select interface_id
224: into wip_jsi_utils.current_interface_id
225: from wip_job_schedule_interface
226: where group_id = p_group_id
227: and header_id = p_parent_header_id;
228:
229: END IF ;

Line 866: from wip_job_schedule_interface

862: IF p_parent_header_id IS NOT NULL AND
863: std_alone = 0 THEN
864: select wip_entity_id , organization_id
865: into l_wip_entity_id, l_organization_id
866: from wip_job_schedule_interface
867: where header_id = p_parent_header_id
868: and group_id = p_group_id
869: and process_status IN (WIP_CONSTANTS.RUNNING, WIP_CONSTANTS.WARNING);
870: