DBA Data[Home] [Help]

APPS.INL_CUSTOM_PUB SQL Statements

The following lines contain the word 'select', 'insert', 'update' or 'delete':

Line: 172

       SELECT ph.type_lookup_code, pr.release_num
       INTO l_po_lookup_code, l_release_num
       FROM po_headers_all ph,
            po_releases_all pr
       WHERE ph.po_header_id = pr.po_header_id
       AND pr.po_release_id = p_simulation_rec.parent_table_id;