DBA Data[Home] [Help]

APPS.AP_OTHR_CHRG_MATCH_PKG dependencies on AP_ETAX_UTILITY_PKG

Line 180: -- Added the calls to the AP_ETAX_UTILITY_PKG.Get_PO_Info

176: -- The Tax related PO attributes are not getting copied to the
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: --

Line 233: l_success := AP_ETAX_UTILITY_PKG.Get_PO_Info(

229: END;
230:
231: l_debug_info := 'Calling the Get_PO_Info API';
232:
233: l_success := AP_ETAX_UTILITY_PKG.Get_PO_Info(
234: P_Po_Line_Location_Id => l_po_line_location_id,
235: P_PO_Distribution_Id => null,
236: P_Application_Id => l_ref_doc_application_id,
237: P_Entity_code => l_ref_doc_entity_code,

Line 251: AP_ETAX_UTILITY_PKG.Get_Default_CCID( p_invoice_id => x_invoice_id,

247: P_Calling_Sequence => current_calling_sequence);
248:
249: -- Bug 10050094
250: l_debug_info := 'Get the default CCID for calling Tax';
251: AP_ETAX_UTILITY_PKG.Get_Default_CCID( p_invoice_id => x_invoice_id,
252: p_default_dist_ccid => X_account_id,
253: p_po_line_location_id => l_po_line_location_id,
254: p_line_type_lookup_code => X_line_type,
255: p_invoice_line_number => X_invoice_line_number,