DBA Data[Home] [Help]

APPS.RCV_TRANSACTIONS_SV dependencies on PO_LINE_LOCATIONS_ALL

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