DBA Data[Home] [Help]

APPS.PO_CORE_S dependencies on PO_LINE_LOCATIONS_ALL

Line 78: PO_LINE_LOCATIONS_ALL.shipment_type%TYPE

74:
75: -- Shipment types
76:
77: g_ship_type_STANDARD CONSTANT
78: PO_LINE_LOCATIONS_ALL.shipment_type%TYPE
79: := 'STANDARD'
80: ;
81: g_ship_type_PLANNED CONSTANT
82: PO_LINE_LOCATIONS_ALL.shipment_type%TYPE

Line 82: PO_LINE_LOCATIONS_ALL.shipment_type%TYPE

78: PO_LINE_LOCATIONS_ALL.shipment_type%TYPE
79: := 'STANDARD'
80: ;
81: g_ship_type_PLANNED CONSTANT
82: PO_LINE_LOCATIONS_ALL.shipment_type%TYPE
83: := 'PLANNED'
84: ;
85: g_ship_type_SCHEDULED CONSTANT
86: PO_LINE_LOCATIONS_ALL.shipment_type%TYPE

Line 86: PO_LINE_LOCATIONS_ALL.shipment_type%TYPE

82: PO_LINE_LOCATIONS_ALL.shipment_type%TYPE
83: := 'PLANNED'
84: ;
85: g_ship_type_SCHEDULED CONSTANT
86: PO_LINE_LOCATIONS_ALL.shipment_type%TYPE
87: := 'SCHEDULED'
88: ;
89: g_ship_type_BLANKET CONSTANT
90: PO_LINE_LOCATIONS_ALL.shipment_type%TYPE

Line 90: PO_LINE_LOCATIONS_ALL.shipment_type%TYPE

86: PO_LINE_LOCATIONS_ALL.shipment_type%TYPE
87: := 'SCHEDULED'
88: ;
89: g_ship_type_BLANKET CONSTANT
90: PO_LINE_LOCATIONS_ALL.shipment_type%TYPE
91: := 'BLANKET'
92: ;
93: --: added prepayment ship type
94: g_ship_type_PREPAYMENT CONSTANT