DBA Data[Home] [Help]

APPS.RCV_DEFAULT_PKG dependencies on PO_HEADERS_ALL

Line 6454: poh po_headers_all%ROWTYPE;

6450:
6451: PROCEDURE default_rti_from_poh(
6452: rti IN OUT NOCOPY rcv_transactions_interface%ROWTYPE
6453: ) IS
6454: poh po_headers_all%ROWTYPE;
6455: BEGIN
6456: IF (rti.po_header_id IS NOT NULL) THEN
6457: poh := rcv_table_functions.get_poh_row_from_id(rti.po_header_id);
6458: END IF;