DBA Data[Home] [Help]

APPS.WIP_JOB_DETAILS dependencies on WIP_JOB_SCHEDULE_INTERFACE

Line 236: from wip_job_schedule_interface

232:
233: /* bug 4650624 */
234: select interface_id
235: into wip_jsi_utils.current_interface_id
236: from wip_job_schedule_interface
237: where group_id = p_group_id
238: and header_id = p_parent_header_id;
239:
240: END IF ;

Line 1162: from wip_job_schedule_interface

1158: IF p_parent_header_id IS NOT NULL AND
1159: std_alone = 0 THEN
1160: select wip_entity_id , organization_id
1161: into l_wip_entity_id, l_organization_id
1162: from wip_job_schedule_interface
1163: where header_id = p_parent_header_id
1164: and group_id = p_group_id
1165: and process_status IN (WIP_CONSTANTS.RUNNING, WIP_CONSTANTS.WARNING);
1166: