DBA Data[Home] [Help]

APPS.AP_IMPORT_VALIDATION_PKG dependencies on AP_ETAX_SERVICES_PKG

Line 20335: --'AP_ETAX_SERVICES_PKG',

20331: p_allow_tax_code_override_flag => l_allow_tax_code_override,
20332: APPL_SHORT_NAME => 'SQLAP',
20333: FUNC_SHORT_NAME => 'NONE',
20334: p_calling_sequence => current_calling_sequence,
20335: --'AP_ETAX_SERVICES_PKG',
20336: p_event_class_code => NULL, --p_event_class_code,
20337: p_entity_code => 'AP_INVOICES',
20338: p_application_id => 200,
20339: p_internal_organization_id => l_inv_hdr_org_id );

Line 21642: AP_Etax_Services_Pkg.Get_Po_Tax_Attributes(

21638: AP_IMPORT_UTILITIES_PKG.Print(AP_IMPORT_INVOICES_PKG.g_debug_switch,
21639: debug_info);
21640: END IF;
21641:
21642: AP_Etax_Services_Pkg.Get_Po_Tax_Attributes(
21643: p_application_id => l_ref_doc_application_id,
21644: p_org_id => p_invoice_lines_rec.org_id,
21645: p_entity_code => l_ref_doc_entity_code,
21646: p_event_class_code => l_ref_doc_event_class_code,