DBA Data[Home] [Help]

APPS.PO_RETROACTIVE_PRICING_PVT dependencies on PO_DOCUMENT_TYPES

Line 341: po_headers_archive_all poha, po_document_types_all_b pdt,

337: poh.po_header_id,
338: poh.authorization_status, poh.revision_num,
339: poha.revision_num
340: from po_headers_all poh, po_lines_all pol, po_line_locations_all poll,
341: po_headers_archive_all poha, po_document_types_all_b pdt,
342: financials_system_params_all fsp
343: where pol.from_line_id = l_po_line_id
344: and poh.po_header_id = pol.po_header_id
345: and poh.org_id = fsp.org_id -- -- Bug 3573266

Line 474: po_document_types_all_b pdt,

470: FROM po_headers_all poh,
471: po_lines_all pol,
472: po_line_locations_all poll,
473: po_headers_archive_all poha,
474: po_document_types_all_b pdt,
475: financials_system_params_all fsp
476: WHERE pol.Contract_id = l_po_header_id
477: AND pol.from_header_id IS NULL
478: AND poh.po_header_id = pol.po_header_id

Line 593: l_archive_mode_rel PO_DOCUMENT_TYPES.archive_external_revision_code%TYPE;

589: l_temp_row_id_table char30_table;
590: l_module VARCHAR2(100);
591: l_retroactive_update VARCHAR2(30) := 'NEVER';
592: l_tax_failure exception;
593: l_archive_mode_rel PO_DOCUMENT_TYPES.archive_external_revision_code%TYPE;
594: l_current_org_id NUMBER;
595: l_error_message VARCHAR2(2000);
596:
597: --Bug 4176111: Variable to show if Adv Pricing API is enabled for PO