DBA Data[Home] [Help]

APPS.EAM_OPERATIONS_JSP dependencies on WIP_EAM_DIRECT_ITEMS

Line 4950: from wip_eam_direct_items

4946: and operation_seq_num = l_operation_seq_num;
4947:
4948: select count(*)
4949: into l_count_di
4950: from wip_eam_direct_items
4951: where wip_entity_id = l_wip_entity_id
4952: and operation_seq_num = l_operation_seq_num
4953: and rownum =1;
4954: