DBA Data[Home] [Help]

APPS.PO_TAX_INTERFACE_PVT dependencies on PO_CORE_S

Line 2367: ,PO_CORE_S.get_default_legal_entity_id(ph.org_id) --legal_entity_id

2363: ,ph.rate_type --currency_conversion_type
2364: --Bug 5474336. Pass mau to EBTax
2365: ,fc.minimum_accountable_unit --minimum_accountable_unit
2366: ,NVL(fc.precision, 2) --precision
2367: ,PO_CORE_S.get_default_legal_entity_id(ph.org_id) --legal_entity_id
2368: ,(SELECT pv.party_id FROM po_vendors pv --rounding_ship_from_party_id
2369: WHERE pv.vendor_id=ph.vendor_id)
2370: ,DECODE(p_calling_program, --default_taxation_country
2371: 'COPY_DOCUMENT', null,

Line 2479: ,PO_CORE_S.get_default_legal_entity_id(ph.org_id) --legal_entity_id

2475: ,ph.rate_type --currency_conversion_type
2476: --Bug 5474336. Pass mau to EBTax
2477: ,fc.minimum_accountable_unit --minimum_accountable_unit
2478: ,NVL(fc.precision, 2) --precision
2479: ,PO_CORE_S.get_default_legal_entity_id(ph.org_id) --legal_entity_id
2480: ,(SELECT pv.party_id FROM po_vendors pv --rounding_ship_from_party_id
2481: WHERE pv.vendor_id=ph.vendor_id)
2482: ,null --default_taxation_country
2483: ,'N' --quote_flag

Line 2584: ,PO_CORE_S.get_default_legal_entity_id(pr.org_id) --legal_entity_id

2580: ,ph.rate_type --currency_conversion_type
2581: --Bug 5474336. Pass mau to EBTax
2582: ,fc.minimum_accountable_unit --minimum_accountable_unit
2583: ,NVL(fc.precision, 2) --precision
2584: ,PO_CORE_S.get_default_legal_entity_id(pr.org_id) --legal_entity_id
2585: ,(SELECT pv.party_id FROM po_vendors pv --rounding_ship_from_party_id
2586: WHERE pv.vendor_id=ph.vendor_id)
2587: ,zxldet.default_taxation_country --default_taxation_country
2588: ,'N' --quote_flag

Line 2707: ,PO_CORE_S.get_default_legal_entity_id(pr.org_id) --legal_entity_id

2703: ,ph.rate_type --currency_conversion_type
2704: --Bug 5474336. Pass mau to EBTax
2705: ,fc.minimum_accountable_unit --minimum_accountable_unit
2706: ,NVL(fc.precision, 2) --precision
2707: ,PO_CORE_S.get_default_legal_entity_id(pr.org_id) --legal_entity_id
2708: ,(SELECT pv.party_id FROM po_vendors pv --rounding_ship_from_party_id
2709: WHERE pv.vendor_id=ph.vendor_id)
2710: ,null --default_taxation_country
2711: ,'N' --quote_flag

Line 2794: ,PO_CORE_S.get_default_legal_entity_id(prh.org_id) --legal_entity_id

2790: ,prh.requisition_header_id --trx_id
2791: ,sysdate --trx_date
2792: ,(select set_of_books_id --ledger_id
2793: from financials_system_params_all where org_id=prh.org_id)
2794: ,PO_CORE_S.get_default_legal_entity_id(prh.org_id) --legal_entity_id
2795: ,prh.org_id --rounding_bill_to_party_id
2796: ,'Y' --quote_flag
2797: ,zxldet.document_sub_type --document_sub_type
2798: ,zxldet.default_taxation_country --default_taxation_country

Line 3485: l_rate := PO_CORE_S.get_conversion_rate(

3481: AND prh.requisition_header_id = p_requisition_header_id
3482: AND psp.org_id = prh.org_id;
3483:
3484: -- Retrieve rate based on above values
3485: l_rate := PO_CORE_S.get_conversion_rate(
3486: x_set_of_books_id => l_set_of_books_id,
3487: x_from_currency => l_functional_currency_code,
3488: x_conversion_date => sysdate,
3489: x_conversion_type => l_rate_type);

Line 5861: PO_CORE_S.get_default_legal_entity_id(ph.org_id),

5857: PO_CONSTANTS_SV.PO_EVENT_CLASS_CODE,
5858: PO_CONSTANTS_SV.PO_ADJUSTED,
5859: ph.po_header_id,
5860: sysdate, -- dummy value
5861: PO_CORE_S.get_default_legal_entity_id(ph.org_id),
5862: (SELECT party_id FROM po_vendors --rounding_ship_from_party_id
5863: WHERE vendor_id=ph.vendor_id)
5864: FROM po_headers_all ph
5865: WHERE ph.po_header_id = p_document_id;

Line 5942: PO_CORE_S.get_default_legal_entity_id(ph.org_id),

5938: PO_CONSTANTS_SV.PO_EVENT_CLASS_CODE,
5939: PO_CONSTANTS_SV.PO_ADJUSTED,
5940: ph.po_header_id,
5941: sysdate, -- dummy value
5942: PO_CORE_S.get_default_legal_entity_id(ph.org_id),
5943: (SELECT party_id FROM po_vendors --rounding_ship_from_party_id
5944: WHERE vendor_id=ph.vendor_id)
5945: FROM po_headers_all ph
5946: WHERE ph.po_header_id = p_document_id;

Line 6059: PO_CORE_S.get_default_legal_entity_id(pr.org_id),

6055: PO_CONSTANTS_SV.REL_EVENT_CLASS_CODE,
6056: PO_CONSTANTS_SV.REL_ADJUSTED,
6057: pr.po_release_id,
6058: sysdate, -- dummy value
6059: PO_CORE_S.get_default_legal_entity_id(pr.org_id),
6060: (SELECT party_id FROM po_vendors --rounding_ship_from_party_id
6061: WHERE vendor_id=ph.vendor_id)
6062: FROM po_releases_all pr, po_headers_all ph
6063: WHERE pr.po_release_id = p_document_id