DBA Data[Home] [Help]

APPS.PO_LINES_SV4_832_UPDATE dependencies on PO_HEADERS_INTERFACE

Line 1249: from po_headers_interface

1245: --
1246:
1247:
1248: select process_code into l_process_code
1249: from po_headers_interface
1250: where interface_header_id = X_interface_header_id;
1251:
1252: if NVL(l_process_code, 'UPDATE') = 'NOTIFIED' then
1253:

Line 1623: from po_headers_interface

1619: PO_DEBUG.put_line ('$ Checking price tolerance');
1620: END IF;
1621:
1622: select process_code into l_process_code
1623: from po_headers_interface
1624: where interface_header_id = p_interface_header_id;
1625:
1626: select price_chg_accept_flag into l_acceptance_flag
1627: from po_lines_interface