DBA Data[Home] [Help]

APPS.EAM_DIRECT_ITEMS_DEFAULT_PVT dependencies on WIP_EAM_DIRECT_ITEMS

Line 469: FROM wip_eam_direct_items

465: , ORGANIZATION_ID ORGANIZATION_ID
466: , OPERATION_SEQ_NUM OPERATION_SEQ_NUM
467: , DIRECT_ITEM_SEQUENCE_ID DIRECT_ITEM_SEQUENCE_ID
468: , 2 TRANSACTION_TYPE
469: FROM wip_eam_direct_items
470: WHERE organization_id = p_organization_id
471: and wip_entity_id = p_wip_entity_id
472: and operation_seq_num = 1;
473: