DBA Data[Home] [Help]

APPS.WMS_CARTNZN_PUB dependencies on MTL_MATERIAL_TRANSACTIONS_TEMP

Line 17: -- mtl_material_transactions_temp.

13: -- API name : cartonize
14: -- Type : group
15: -- Function : populates the cartonization_id, container_item_id columns,
16: -- of rows belonging to a particular move order header id in
17: -- mtl_material_transactions_temp.
18:
19: -- Pre-reqs : Those columns won't be populated if the cartonization_id
20: -- for that row is already populated,
21: -- or if values for organization_id, inventory_item_id ,

Line 75: subtype mmtt_row is mtl_material_transactions_temp%ROWTYPE;

71: --Bug 2745834 fix
72: g_wms_pack_hist_seq NUMBER := 1;
73:
74: --for device integration
75: subtype mmtt_row is mtl_material_transactions_temp%ROWTYPE;
76:
77: lpns_generated_tb inv_label.transaction_id_rec_type;
78:
79: