DBA Data[Home] [Help]

APPS.PO_AUTOSOURCE_SV dependencies on PO_PRICE_DIFFERENTIALS

Line 6136: l_price_diff_src_id po_price_differentials.entity_id%TYPE;

6132: l_currency_amount po_lines_all.unit_price%TYPE;
6133: l_base_amount po_lines_all.unit_price%TYPE;
6134: l_currency_code po_headers_all.currency_code%TYPE;
6135: l_price_break_id po_line_locations_all.line_location_id%TYPE;
6136: l_price_diff_src_id po_price_differentials.entity_id%TYPE;
6137: l_using_organization_id po_approved_supplier_list.using_organization_id%TYPE;
6138: l_entity_type po_price_differentials.entity_type%TYPE;
6139: l_vendor_contact_id po_headers_all.vendor_contact_id%TYPE;
6140: l_src_doc_header_id po_headers_all.po_header_id%TYPE;

Line 6138: l_entity_type po_price_differentials.entity_type%TYPE;

6134: l_currency_code po_headers_all.currency_code%TYPE;
6135: l_price_break_id po_line_locations_all.line_location_id%TYPE;
6136: l_price_diff_src_id po_price_differentials.entity_id%TYPE;
6137: l_using_organization_id po_approved_supplier_list.using_organization_id%TYPE;
6138: l_entity_type po_price_differentials.entity_type%TYPE;
6139: l_vendor_contact_id po_headers_all.vendor_contact_id%TYPE;
6140: l_src_doc_header_id po_headers_all.po_header_id%TYPE;
6141: l_src_doc_line_id po_lines_all.po_line_id%TYPE;
6142: l_src_doc_line_num po_lines_all.line_num%TYPE;

Line 6534: IF PO_PRICE_DIFFERENTIALS_PVT.has_price_differentials(p_entity_type => l_entity_type,

6530: END IF;
6531:
6532: -- Find out if the line or price break has any price differentials or not
6533: l_progress := '180';
6534: IF PO_PRICE_DIFFERENTIALS_PVT.has_price_differentials(p_entity_type => l_entity_type,
6535: p_entity_id => l_price_diff_src_id) THEN
6536: --x_price_differential_flag(i) := 'Y';
6537: x_price_differential_flag(l_count) := 'Y'; -- Bug# 3379053
6538: ELSE