DBA Data[Home] [Help]

APPS.PO_LINE_LOCATIONS_AP_PKG dependencies on RCV_TRANSACTIONS

Line 17: FROM rcv_transactions

13: BEGIN
14:
15: SELECT MAX(transaction_date)
16: INTO last_receipt_date
17: FROM rcv_transactions
18: WHERE po_line_location_id = l_line_location_id
19: AND transaction_type = 'RECEIVE';
20:
21: RETURN(last_receipt_date);