DBA Data[Home] [Help]

APPS.EAM_WORKORDER_UTIL_PKG dependencies on EAM_WORK_ORDER_DETAILS

Line 1900: from eam_work_order_details ewod, wip_discrete_jobs wdj

1896: BEGIN
1897:
1898: select 1
1899: INTO l_temp
1900: from eam_work_order_details ewod, wip_discrete_jobs wdj
1901: where wdj.status_type not in (3,4,5,12)
1902: and ewod.pending_flag = 'Y'
1903: and ewod.wip_entity_id = wdj.wip_entity_id
1904: and ewod.wip_entity_id = (select wip_entity_id from EAM_WO_WORKFLOWS where wf_item_key=p_item_key);