DBA Data[Home] [Help]

APPS.EAM_DIRECT_ITEMS_DEFAULT_PVT dependencies on WIP_EAM_DIRECT_ITEMS

Line 453: FROM wip_eam_direct_items

449: , ORGANIZATION_ID ORGANIZATION_ID
450: , OPERATION_SEQ_NUM OPERATION_SEQ_NUM
451: , DIRECT_ITEM_SEQUENCE_ID DIRECT_ITEM_SEQUENCE_ID
452: , 2 TRANSACTION_TYPE
453: FROM wip_eam_direct_items
454: WHERE organization_id = p_organization_id
455: and wip_entity_id = p_wip_entity_id
456: and operation_seq_num = 1;
457: