DBA Data[Home] [Help]

APPS.AP_IMPORT_VALIDATION_PKG dependencies on AP_ETAX_SERVICES_PKG

Line 22160: --'AP_ETAX_SERVICES_PKG',

22156: p_allow_tax_code_override_flag => l_allow_tax_code_override,
22157: APPL_SHORT_NAME => 'SQLAP',
22158: FUNC_SHORT_NAME => 'NONE',
22159: p_calling_sequence => current_calling_sequence,
22160: --'AP_ETAX_SERVICES_PKG',
22161: p_event_class_code => NULL, --p_event_class_code,
22162: p_entity_code => 'AP_INVOICES',
22163: p_application_id => 200,
22164: p_internal_organization_id => l_inv_hdr_org_id );

Line 23552: p_calling_sequence => current_calling_sequence, -- Bug 10050094 'AP_ETAX_SERVICES_PKG',

23548: p_tax_classification_code => l_dflt_tax_class_code,
23549: p_allow_tax_code_override_flag => l_allow_tax_code_override,
23550: APPL_SHORT_NAME => 'SQLAP',
23551: FUNC_SHORT_NAME => 'NONE',
23552: p_calling_sequence => current_calling_sequence, -- Bug 10050094 'AP_ETAX_SERVICES_PKG',
23553: p_event_class_code => l_ref_doc_event_class_code,
23554: p_entity_code => 'AP_INVOICES',
23555: p_application_id => 200,
23556: p_internal_organization_id => p_invoice_lines_rec.org_id);

Line 23567: AP_Etax_Services_Pkg.Get_Po_Tax_Attributes(

23563: END IF;
23564:
23565: -- bug 8495005 fix starts
23566: IF (p_invoice_rec.source = 'ERS') THEN
23567: AP_Etax_Services_Pkg.Get_Po_Tax_Attributes(
23568: p_application_id => l_ref_doc_application_id,
23569: p_org_id => p_invoice_lines_rec.org_id,
23570: p_entity_code => l_ref_doc_entity_code,
23571: p_event_class_code => l_ref_doc_event_class_code,

Line 23586: AP_Etax_Services_Pkg.Get_Po_Tax_Attributes(

23582: x_taxation_country => l_taxation_country,
23583: x_trx_biz_category => l_trx_biz_category
23584: );
23585: ELSE
23586: AP_Etax_Services_Pkg.Get_Po_Tax_Attributes(
23587: p_application_id => l_ref_doc_application_id,
23588: p_org_id => p_invoice_lines_rec.org_id,
23589: p_entity_code => l_ref_doc_entity_code,
23590: p_event_class_code => l_ref_doc_event_class_code,