DBA Data[Home] [Help]

APPS.RCV_DEFAULT_PKG dependencies on PO_HEADERS_ALL

Line 6420: poh po_headers_all%ROWTYPE;

6416:
6417: PROCEDURE default_rti_from_poh(
6418: rti IN OUT NOCOPY rcv_transactions_interface%ROWTYPE
6419: ) IS
6420: poh po_headers_all%ROWTYPE;
6421: BEGIN
6422: IF (rti.po_header_id IS NOT NULL) THEN
6423: poh := rcv_table_functions.get_poh_row_from_id(rti.po_header_id);
6424: END IF;