DBA Data[Home] [Help]

APPS.PO_LINES_SV7 dependencies on PO_HEADERS_INTERFACE

Line 1239: from po_headers_interface poh,

1235: /* Get the header and line values from the database */
1236: BEGIN
1237: select poh.effective_date, poh.expiration_date, pol.expiration_date
1238: into l_header_start_date, l_header_end_date, l_exp_date
1239: from po_headers_interface poh,
1240: po_lines_interface pol
1241: where poh.interface_header_id = x_interface_header_id
1242: and pol.interface_line_id = x_interface_line_id
1243: and poh.interface_header_id = pol.interface_header_id;