DBA Data[Home] [Help]

APPS.AP_OTHR_CHRG_MATCH_PKG dependencies on AP_ETAX_SERVICES_PKG

Line 181: -- and AP_ETAX_SERVICES_PKG.get_po_tax_attributes to populate

177: -- Invoice, when matching through the other charge matching
178: -- screen (Bug5708602).
179: --
180: -- Added the calls to the AP_ETAX_UTILITY_PKG.Get_PO_Info
181: -- and AP_ETAX_SERVICES_PKG.get_po_tax_attributes to populate
182: -- the global variables which then will be used to populate
183: -- the attributes on the Invoice Line.
184: --
185:

Line 292: AP_Etax_Services_Pkg.Get_Po_Tax_Attributes(

288:
289: l_debug_info := 'calling the Get_PO_Tax_Attributes API';
290:
291:
292: AP_Etax_Services_Pkg.Get_Po_Tax_Attributes(
293: p_application_id => l_ref_doc_application_id,
294: p_org_id => g_org_id,
295: p_entity_code => l_ref_doc_entity_code,
296: p_event_class_code => l_ref_doc_event_class_code,

Line 355: IF NOT (AP_ETAX_SERVICES_PKG.Calculate_Tax_Receipt_Match(

351: END IF;
352:
353: IF X_Line_Type = 'TAX' THEN
354:
355: IF NOT (AP_ETAX_SERVICES_PKG.Calculate_Tax_Receipt_Match(
356: P_Invoice_Id => x_invoice_id,
357: P_Calling_Mode => 'CALCULATE',
358: P_All_Error_Messages => 'N',
359: P_Error_Code => l_error_code,