473: , ORGANIZATION_ID ORGANIZATION_ID
474: , OPERATION_SEQ_NUM OPERATION_SEQ_NUM
475: , INVENTORY_ITEM_ID INVENTORY_ITEM_ID
476: , 2 TRANSACTION_TYPE
477: FROM wip_requirement_operations
478: WHERE organization_id = p_organization_id
479: and wip_entity_id = p_wip_entity_id
480: and operation_seq_num = 1;
481: