DBA Data[Home] [Help]

APPS.EAM_OPERATIONS_JSP dependencies on WIP_EAM_DIRECT_ITEMS

Line 4440: from wip_eam_direct_items

4436: and operation_seq_num = l_operation_seq_num;
4437:
4438: select count(*)
4439: into l_count_di
4440: from wip_eam_direct_items
4441: where wip_entity_id = l_wip_entity_id
4442: and operation_seq_num = l_operation_seq_num
4443: and rownum =1;
4444: