DBA Data[Home] [Help]

APPS.WMS_SHIPPING_TRANSACTION_PUB dependencies on MTL_MATERIAL_TRANSACTIONS_S

Line 1299: select mtl_material_Transactions_s.nextval

1295: from wsh_delivery_details_ob_grp_v
1296: where delivery_detail_id = l_delivery_detail_id;
1297:
1298: if( l_transaction_temp_id is null ) then
1299: select mtl_material_Transactions_s.nextval
1300: into l_InvPCInRecType.transaction_temp_id
1301: from dual;
1302:
1303: l_transaction_temp_id := l_InvPCInRecType.transaction_temp_id;