DBA Data[Home] [Help]

APPS.WMS_SHIPPING_TRANSACTION_PUB dependencies on MTL_MATERIAL_TRANSACTIONS_S

Line 1245: select mtl_material_Transactions_s.nextval

1241: from wsh_delivery_details_ob_grp_v
1242: where delivery_detail_id = l_delivery_detail_id;
1243:
1244: if( l_transaction_temp_id is null ) then
1245: select mtl_material_Transactions_s.nextval
1246: into l_InvPCInRecType.transaction_temp_id
1247: from dual;
1248:
1249: l_transaction_temp_id := l_InvPCInRecType.transaction_temp_id;