DBA Data[Home] [Help]

APPS.AP_OTHR_CHRG_MATCH_PKG dependencies on AP_ETAX_SERVICES_PKG

Line 174: -- and AP_ETAX_SERVICES_PKG.get_po_tax_attributes to populate

170: -- Invoice, when matching through the other charge matching
171: -- screen (Bug5708602).
172: --
173: -- Added the calls to the AP_ETAX_UTILITY_PKG.Get_PO_Info
174: -- and AP_ETAX_SERVICES_PKG.get_po_tax_attributes to populate
175: -- the global variables which then will be used to populate
176: -- the attributes on the Invoice Line.
177: --
178:

Line 245: AP_Etax_Services_Pkg.Get_Po_Tax_Attributes(

241:
242: l_debug_info := 'calling the Get_PO_Tax_Attributes API';
243:
244:
245: AP_Etax_Services_Pkg.Get_Po_Tax_Attributes(
246: p_application_id => l_ref_doc_application_id,
247: p_org_id => g_org_id,
248: p_entity_code => l_ref_doc_entity_code,
249: p_event_class_code => l_ref_doc_event_class_code,

Line 328: IF NOT (AP_ETAX_SERVICES_PKG.Calculate_Tax_Receipt_Match(

324: END IF;
325:
326: IF X_Line_Type = 'TAX' THEN
327:
328: IF NOT (AP_ETAX_SERVICES_PKG.Calculate_Tax_Receipt_Match(
329: P_Invoice_Id => x_invoice_id,
330: P_Calling_Mode => 'CALCULATE',
331: P_All_Error_Messages => 'N',
332: P_Error_Code => l_error_code,