DBA Data[Home] [Help]

APPS.RCV_TRANSACTIONS_SV dependencies on PO_LINE_LOCATIONS

Line 51: l_drop_ship_flag po_line_locations.drop_ship_flag%type;

47: low_range_date DATE;
48: X_progress VARCHAR2(4) := '000';
49:
50: --Bug : 3724862
51: l_drop_ship_flag po_line_locations.drop_ship_flag%type;
52:
53:
54: BEGIN
55:

Line 165: from po_line_locations_all

161: transaction_ok = 0 ) THEN
162:
163: select nvl(drop_ship_flag,'N')
164: into l_drop_ship_flag
165: from po_line_locations_all
166: where line_location_id = X_po_line_location_id;
167:
168: IF ( l_drop_ship_flag = 'Y' and
169: X_transaction_type = 'RECEIVE' and