DBA Data[Home] [Help]

APPS.WMS_POST_ALLOCATION dependencies on MTL_MATERIAL_TRANSACTIONS_S

Line 221: , mtl_material_transactions_s.nextval

217: , 'CSPK_LBL' -- Case pick label
218: , 'N'
219: , p_organization_id
220: , p_mo_header_id
221: , mtl_material_transactions_s.nextval
222: , l_detail_count
223: )
224: RETURNING transaction_batch_id INTO l_sub_batch_id;
225:

Line 276: , mtl_material_transactions_s.nextval

272: , p_mode
273: , 'N'
274: , p_organization_id
275: , p_mo_header_id
276: , mtl_material_transactions_s.nextval
277: , l_counts(ii)
278: )
279: RETURNING transaction_batch_id BULK COLLECT INTO l_sub_ids;
280: