DBA Data[Home] [Help]

APPS.RCV_TRANSACTION_PROCESSOR dependencies on PO_DOCUMENT_TYPES

Line 371: from po_document_types

367: --
368: -- Bug 9767933, Changed the below code to handle the case when Archive on => 'Communicate'
369: select archive_external_revision_code
370: into l_archive_ext_rev_code
371: from po_document_types
372: where document_type_code = 'PO'
373: and document_subtype = (select type_lookup_code from po_headers
374: where po_header_id = l_rti_row.po_header_id);
375: