DBA Data[Home] [Help]

APPS.WMS_UT_PKG dependencies on INV_MOVE_ORDER_PUB

Line 36: g_trolin_tbl INV_MOVE_ORDER_PUB.Trolin_Tbl_Type;

32: INDEX BY BINARY_INTEGER;
33:
34:
35:
36: g_trolin_tbl INV_MOVE_ORDER_PUB.Trolin_Tbl_Type;
37: g_trolin_tbl_clear INV_MOVE_ORDER_PUB.Trolin_Tbl_Type;
38: g_reservations inv_reservation_global.mtl_reservation_tbl_type;
39: g_reservations_clear inv_reservation_global.mtl_reservation_tbl_type;
40: g_demand_tbl demand_tbl_type;

Line 37: g_trolin_tbl_clear INV_MOVE_ORDER_PUB.Trolin_Tbl_Type;

33:
34:
35:
36: g_trolin_tbl INV_MOVE_ORDER_PUB.Trolin_Tbl_Type;
37: g_trolin_tbl_clear INV_MOVE_ORDER_PUB.Trolin_Tbl_Type;
38: g_reservations inv_reservation_global.mtl_reservation_tbl_type;
39: g_reservations_clear inv_reservation_global.mtl_reservation_tbl_type;
40: g_demand_tbl demand_tbl_type;
41: g_demand_tbl_clear demand_tbl_type;

Line 1205: l_trolin_tbl INV_MOVE_ORDER_PUB.Trolin_Tbl_Type;

1201: l_primary_uom VARCHAR2(3);
1202: l_rsv_lines arrchartabtype150;
1203: l_mo_orders arrchartabtype150;
1204:
1205: l_trolin_tbl INV_MOVE_ORDER_PUB.Trolin_Tbl_Type;
1206: l_trolin_val_tbl INV_MOVE_ORDER_PUB.Trolin_Val_Tbl_Type;
1207: l_trohdr_rec INV_MOVE_ORDER_PUB.Trohdr_Rec_Type;
1208: l_trohdr_val_rec INV_MOVE_ORDER_PUB.Trohdr_Val_Rec_Type;
1209:

Line 1206: l_trolin_val_tbl INV_MOVE_ORDER_PUB.Trolin_Val_Tbl_Type;

1202: l_rsv_lines arrchartabtype150;
1203: l_mo_orders arrchartabtype150;
1204:
1205: l_trolin_tbl INV_MOVE_ORDER_PUB.Trolin_Tbl_Type;
1206: l_trolin_val_tbl INV_MOVE_ORDER_PUB.Trolin_Val_Tbl_Type;
1207: l_trohdr_rec INV_MOVE_ORDER_PUB.Trohdr_Rec_Type;
1208: l_trohdr_val_rec INV_MOVE_ORDER_PUB.Trohdr_Val_Rec_Type;
1209:
1210: l_date DATE := SYSDATE;

Line 1207: l_trohdr_rec INV_MOVE_ORDER_PUB.Trohdr_Rec_Type;

1203: l_mo_orders arrchartabtype150;
1204:
1205: l_trolin_tbl INV_MOVE_ORDER_PUB.Trolin_Tbl_Type;
1206: l_trolin_val_tbl INV_MOVE_ORDER_PUB.Trolin_Val_Tbl_Type;
1207: l_trohdr_rec INV_MOVE_ORDER_PUB.Trohdr_Rec_Type;
1208: l_trohdr_val_rec INV_MOVE_ORDER_PUB.Trohdr_Val_Rec_Type;
1209:
1210: l_date DATE := SYSDATE;
1211:

Line 1208: l_trohdr_val_rec INV_MOVE_ORDER_PUB.Trohdr_Val_Rec_Type;

1204:
1205: l_trolin_tbl INV_MOVE_ORDER_PUB.Trolin_Tbl_Type;
1206: l_trolin_val_tbl INV_MOVE_ORDER_PUB.Trolin_Val_Tbl_Type;
1207: l_trohdr_rec INV_MOVE_ORDER_PUB.Trohdr_Rec_Type;
1208: l_trohdr_val_rec INV_MOVE_ORDER_PUB.Trohdr_Val_Rec_Type;
1209:
1210: l_date DATE := SYSDATE;
1211:
1212: l_mo_header_id NUMBER;

Line 1278: Inv_Move_Order_Pub.Create_Move_Order_Header

1274: l_trohdr_rec.header_status := INV_Globals.G_TO_STATUS_PREAPPROVED;
1275: l_trohdr_rec.request_number := l_request_number;
1276:
1277:
1278: Inv_Move_Order_Pub.Create_Move_Order_Header
1279: (
1280: p_api_version_number => 1.0,
1281: p_init_msg_list => FND_API.G_FALSE,
1282: p_return_values => FND_API.G_TRUE,

Line 1344: Inv_Move_Order_Pub.Create_Move_Order_Lines

1340: l_trolin_tbl(l_ix).transaction_type_id := INV_GLOBALS.G_TYPE_TRANSFER_ORDER_SUBXFR;
1341:
1342: IF l_ix = l_mo_orders.count THEN
1343: print_debug('Calling create move order lines - ' || l_trolin_tbl.count);
1344: Inv_Move_Order_Pub.Create_Move_Order_Lines
1345: (
1346: p_api_version_number => 1.0,
1347: p_init_msg_list => FND_API.G_FALSE,
1348: p_return_values => FND_API.G_TRUE,