DBA Data[Home] [Help]

APPS.PO_TAX_INTERFACE_PVT dependencies on PO_CORE_S

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

2548: ,ph.rate_type --currency_conversion_type
2549: --Bug 5474336. Pass mau to EBTax
2550: ,fc.minimum_accountable_unit --minimum_accountable_unit
2551: ,NVL(fc.precision, 2) --precision
2552: ,PO_CORE_S.get_default_legal_entity_id(ph.org_id) --legal_entity_id
2553: ,(SELECT pv.party_id FROM po_vendors pv --rounding_ship_from_party_id
2554: WHERE pv.vendor_id=ph.vendor_id)
2555: ,DECODE(p_calling_program, --default_taxation_country
2556: 'COPY_DOCUMENT', null,

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

2660: ,ph.rate_type --currency_conversion_type
2661: --Bug 5474336. Pass mau to EBTax
2662: ,fc.minimum_accountable_unit --minimum_accountable_unit
2663: ,NVL(fc.precision, 2) --precision
2664: ,PO_CORE_S.get_default_legal_entity_id(ph.org_id) --legal_entity_id
2665: ,(SELECT pv.party_id FROM po_vendors pv --rounding_ship_from_party_id
2666: WHERE pv.vendor_id=ph.vendor_id)
2667: ,null --default_taxation_country
2668: ,'N' --quote_flag

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

2765: ,ph.rate_type --currency_conversion_type
2766: --Bug 5474336. Pass mau to EBTax
2767: ,fc.minimum_accountable_unit --minimum_accountable_unit
2768: ,NVL(fc.precision, 2) --precision
2769: ,PO_CORE_S.get_default_legal_entity_id(pr.org_id) --legal_entity_id
2770: ,(SELECT pv.party_id FROM po_vendors pv --rounding_ship_from_party_id
2771: WHERE pv.vendor_id=ph.vendor_id)
2772: ,zxldet.default_taxation_country --default_taxation_country
2773: ,'N' --quote_flag

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

2888: ,ph.rate_type --currency_conversion_type
2889: --Bug 5474336. Pass mau to EBTax
2890: ,fc.minimum_accountable_unit --minimum_accountable_unit
2891: ,NVL(fc.precision, 2) --precision
2892: ,PO_CORE_S.get_default_legal_entity_id(pr.org_id) --legal_entity_id
2893: ,(SELECT pv.party_id FROM po_vendors pv --rounding_ship_from_party_id
2894: WHERE pv.vendor_id=ph.vendor_id)
2895: ,null --default_taxation_country
2896: ,'N' --quote_flag

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

2975: ,prh.requisition_header_id --trx_id
2976: ,sysdate --trx_date
2977: ,(select set_of_books_id --ledger_id
2978: from financials_system_params_all where org_id=prh.org_id)
2979: ,PO_CORE_S.get_default_legal_entity_id(prh.org_id) --legal_entity_id
2980: ,prh.org_id --rounding_bill_to_party_id
2981: ,'Y' --quote_flag
2982: ,zxldet.document_sub_type --document_sub_type
2983: ,zxldet.default_taxation_country --default_taxation_country

Line 4362: l_rate := PO_CORE_S.get_conversion_rate(

4358: AND prh.requisition_header_id = p_requisition_header_id
4359: AND psp.org_id = prh.org_id;
4360:
4361: -- Retrieve rate based on above values
4362: l_rate := PO_CORE_S.get_conversion_rate(
4363: x_set_of_books_id => l_set_of_books_id,
4364: x_from_currency => l_functional_currency_code,
4365: x_conversion_date => sysdate,
4366: x_conversion_type => l_rate_type);

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

6765: PO_CONSTANTS_SV.PO_EVENT_CLASS_CODE,
6766: PO_CONSTANTS_SV.PO_ADJUSTED,
6767: ph.po_header_id,
6768: sysdate, -- dummy value
6769: PO_CORE_S.get_default_legal_entity_id(ph.org_id),
6770: (SELECT party_id FROM po_vendors --rounding_ship_from_party_id
6771: WHERE vendor_id=ph.vendor_id)
6772: FROM po_headers_all ph
6773: WHERE ph.po_header_id = p_document_id;

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

6846: PO_CONSTANTS_SV.PO_EVENT_CLASS_CODE,
6847: PO_CONSTANTS_SV.PO_ADJUSTED,
6848: ph.po_header_id,
6849: sysdate, -- dummy value
6850: PO_CORE_S.get_default_legal_entity_id(ph.org_id),
6851: (SELECT party_id FROM po_vendors --rounding_ship_from_party_id
6852: WHERE vendor_id=ph.vendor_id)
6853: FROM po_headers_all ph
6854: WHERE ph.po_header_id = p_document_id;

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

6963: PO_CONSTANTS_SV.REL_EVENT_CLASS_CODE,
6964: PO_CONSTANTS_SV.REL_ADJUSTED,
6965: pr.po_release_id,
6966: sysdate, -- dummy value
6967: PO_CORE_S.get_default_legal_entity_id(pr.org_id),
6968: (SELECT party_id FROM po_vendors --rounding_ship_from_party_id
6969: WHERE vendor_id=ph.vendor_id)
6970: FROM po_releases_all pr, po_headers_all ph
6971: WHERE pr.po_release_id = p_document_id