DBA Data[Home] [Help]

APPS.CSD_LOGISTICS_UTIL dependencies on MTL_RESERVATIONS

Line 34: Inventory_Item_Id MTL_RESERVATIONS.INVENTORY_ITEM_ID%type,

30: /* Serial number reservation changes, begin*/
31:
32: type CSD_SERIAL_RESERVE_REC_TYPE IS RECORD (
33:
34: Inventory_Item_Id MTL_RESERVATIONS.INVENTORY_ITEM_ID%type,
35: Inv_organization_Id MTL_RESERVATIONS.ORGANIZATION_ID%type,
36: Reservation_uom_code MTL_RESERVATIONS.RESERVATION_UOM_CODE%type,
37: Serial_Number MTL_RESERVATIONS.SERIAL_NUMBER%type,
38: Lot_Number MTL_RESERVATIONS.LOT_NUMBER%type,

Line 35: Inv_organization_Id MTL_RESERVATIONS.ORGANIZATION_ID%type,

31:
32: type CSD_SERIAL_RESERVE_REC_TYPE IS RECORD (
33:
34: Inventory_Item_Id MTL_RESERVATIONS.INVENTORY_ITEM_ID%type,
35: Inv_organization_Id MTL_RESERVATIONS.ORGANIZATION_ID%type,
36: Reservation_uom_code MTL_RESERVATIONS.RESERVATION_UOM_CODE%type,
37: Serial_Number MTL_RESERVATIONS.SERIAL_NUMBER%type,
38: Lot_Number MTL_RESERVATIONS.LOT_NUMBER%type,
39: Locator_id MTL_RESERVATIONS.LOCATOR_ID%type,

Line 36: Reservation_uom_code MTL_RESERVATIONS.RESERVATION_UOM_CODE%type,

32: type CSD_SERIAL_RESERVE_REC_TYPE IS RECORD (
33:
34: Inventory_Item_Id MTL_RESERVATIONS.INVENTORY_ITEM_ID%type,
35: Inv_organization_Id MTL_RESERVATIONS.ORGANIZATION_ID%type,
36: Reservation_uom_code MTL_RESERVATIONS.RESERVATION_UOM_CODE%type,
37: Serial_Number MTL_RESERVATIONS.SERIAL_NUMBER%type,
38: Lot_Number MTL_RESERVATIONS.LOT_NUMBER%type,
39: Locator_id MTL_RESERVATIONS.LOCATOR_ID%type,
40: Revision MTL_RESERVATIONS.REVISION%type,

Line 37: Serial_Number MTL_RESERVATIONS.SERIAL_NUMBER%type,

33:
34: Inventory_Item_Id MTL_RESERVATIONS.INVENTORY_ITEM_ID%type,
35: Inv_organization_Id MTL_RESERVATIONS.ORGANIZATION_ID%type,
36: Reservation_uom_code MTL_RESERVATIONS.RESERVATION_UOM_CODE%type,
37: Serial_Number MTL_RESERVATIONS.SERIAL_NUMBER%type,
38: Lot_Number MTL_RESERVATIONS.LOT_NUMBER%type,
39: Locator_id MTL_RESERVATIONS.LOCATOR_ID%type,
40: Revision MTL_RESERVATIONS.REVISION%type,
41: Order_Header_Id MTL_RESERVATIONS.DEMAND_SOURCE_HEADER_ID%type,

Line 38: Lot_Number MTL_RESERVATIONS.LOT_NUMBER%type,

34: Inventory_Item_Id MTL_RESERVATIONS.INVENTORY_ITEM_ID%type,
35: Inv_organization_Id MTL_RESERVATIONS.ORGANIZATION_ID%type,
36: Reservation_uom_code MTL_RESERVATIONS.RESERVATION_UOM_CODE%type,
37: Serial_Number MTL_RESERVATIONS.SERIAL_NUMBER%type,
38: Lot_Number MTL_RESERVATIONS.LOT_NUMBER%type,
39: Locator_id MTL_RESERVATIONS.LOCATOR_ID%type,
40: Revision MTL_RESERVATIONS.REVISION%type,
41: Order_Header_Id MTL_RESERVATIONS.DEMAND_SOURCE_HEADER_ID%type,
42: Order_line_Id MTL_RESERVATIONS.DEMAND_SOURCE_LINE_ID%type,

Line 39: Locator_id MTL_RESERVATIONS.LOCATOR_ID%type,

35: Inv_organization_Id MTL_RESERVATIONS.ORGANIZATION_ID%type,
36: Reservation_uom_code MTL_RESERVATIONS.RESERVATION_UOM_CODE%type,
37: Serial_Number MTL_RESERVATIONS.SERIAL_NUMBER%type,
38: Lot_Number MTL_RESERVATIONS.LOT_NUMBER%type,
39: Locator_id MTL_RESERVATIONS.LOCATOR_ID%type,
40: Revision MTL_RESERVATIONS.REVISION%type,
41: Order_Header_Id MTL_RESERVATIONS.DEMAND_SOURCE_HEADER_ID%type,
42: Order_line_Id MTL_RESERVATIONS.DEMAND_SOURCE_LINE_ID%type,
43: Subinventory_Code MTL_RESERVATIONS.SUBINVENTORY_CODE%type,

Line 40: Revision MTL_RESERVATIONS.REVISION%type,

36: Reservation_uom_code MTL_RESERVATIONS.RESERVATION_UOM_CODE%type,
37: Serial_Number MTL_RESERVATIONS.SERIAL_NUMBER%type,
38: Lot_Number MTL_RESERVATIONS.LOT_NUMBER%type,
39: Locator_id MTL_RESERVATIONS.LOCATOR_ID%type,
40: Revision MTL_RESERVATIONS.REVISION%type,
41: Order_Header_Id MTL_RESERVATIONS.DEMAND_SOURCE_HEADER_ID%type,
42: Order_line_Id MTL_RESERVATIONS.DEMAND_SOURCE_LINE_ID%type,
43: Subinventory_Code MTL_RESERVATIONS.SUBINVENTORY_CODE%type,
44: order_schedule_date DATE

Line 41: Order_Header_Id MTL_RESERVATIONS.DEMAND_SOURCE_HEADER_ID%type,

37: Serial_Number MTL_RESERVATIONS.SERIAL_NUMBER%type,
38: Lot_Number MTL_RESERVATIONS.LOT_NUMBER%type,
39: Locator_id MTL_RESERVATIONS.LOCATOR_ID%type,
40: Revision MTL_RESERVATIONS.REVISION%type,
41: Order_Header_Id MTL_RESERVATIONS.DEMAND_SOURCE_HEADER_ID%type,
42: Order_line_Id MTL_RESERVATIONS.DEMAND_SOURCE_LINE_ID%type,
43: Subinventory_Code MTL_RESERVATIONS.SUBINVENTORY_CODE%type,
44: order_schedule_date DATE
45:

Line 42: Order_line_Id MTL_RESERVATIONS.DEMAND_SOURCE_LINE_ID%type,

38: Lot_Number MTL_RESERVATIONS.LOT_NUMBER%type,
39: Locator_id MTL_RESERVATIONS.LOCATOR_ID%type,
40: Revision MTL_RESERVATIONS.REVISION%type,
41: Order_Header_Id MTL_RESERVATIONS.DEMAND_SOURCE_HEADER_ID%type,
42: Order_line_Id MTL_RESERVATIONS.DEMAND_SOURCE_LINE_ID%type,
43: Subinventory_Code MTL_RESERVATIONS.SUBINVENTORY_CODE%type,
44: order_schedule_date DATE
45:
46: );

Line 43: Subinventory_Code MTL_RESERVATIONS.SUBINVENTORY_CODE%type,

39: Locator_id MTL_RESERVATIONS.LOCATOR_ID%type,
40: Revision MTL_RESERVATIONS.REVISION%type,
41: Order_Header_Id MTL_RESERVATIONS.DEMAND_SOURCE_HEADER_ID%type,
42: Order_line_Id MTL_RESERVATIONS.DEMAND_SOURCE_LINE_ID%type,
43: Subinventory_Code MTL_RESERVATIONS.SUBINVENTORY_CODE%type,
44: order_schedule_date DATE
45:
46: );
47: /* Serial number reservation changes, end*/