DBA Data[Home] [Help]

APPS.AP_OTHR_CHRG_MATCH_PKG dependencies on AP_ETAX_UTILITY_PKG

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

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

Line 226: l_success := AP_ETAX_UTILITY_PKG.Get_PO_Info(

222: END;
223:
224: l_debug_info := 'Calling the Get_PO_Info API';
225:
226: l_success := AP_ETAX_UTILITY_PKG.Get_PO_Info(
227: P_Po_Line_Location_Id => l_po_line_location_id,
228: P_PO_Distribution_Id => null,
229: P_Application_Id => l_ref_doc_application_id,
230: P_Entity_code => l_ref_doc_entity_code,