DBA Data[Home] [Help]

APPS.EAM_WO_PROCESSOR dependencies on WIP_CHANGE_STATUS

Line 329: wip_change_status.release(p_wip_entity_id,p_org_id,NULL,NULL,l_class_code,

325: from wip_discrete_jobs
326: where wip_entity_id = p_wip_entity_id
327: and organization_id = p_org_id;
328:
329: wip_change_status.release(p_wip_entity_id,p_org_id,NULL,NULL,l_class_code,
330: WIP_CONSTANTS.PEND_SCHED,WIP_CONSTANTS.RELEASED,
331: l_routing_exists);
332: elsif (p_status_type = WIP_CONSTANTS.HOLD) then
333: wip_change_status.put_job_on_hold(p_wip_entity_id,p_org_id);

Line 333: wip_change_status.put_job_on_hold(p_wip_entity_id,p_org_id);

329: wip_change_status.release(p_wip_entity_id,p_org_id,NULL,NULL,l_class_code,
330: WIP_CONSTANTS.PEND_SCHED,WIP_CONSTANTS.RELEASED,
331: l_routing_exists);
332: elsif (p_status_type = WIP_CONSTANTS.HOLD) then
333: wip_change_status.put_job_on_hold(p_wip_entity_id,p_org_id);
334: end if;
335:
336: -- Change the status to the new intended status
337: update wip_discrete_jobs