DBA Data[Home] [Help]

APPS.AP_IMPORT_VALIDATION_PKG dependencies on AP_ETAX_UTILITY_PKG

Line 20257: IF NOT (AP_ETAX_UTILITY_PKG.Get_PO_Info(

20253: -- modified because the po_distribution_id is not provided
20254:
20255: l_po_line_location_id := p_invoice_lines_rec.po_line_location_id;
20256:
20257: IF NOT (AP_ETAX_UTILITY_PKG.Get_PO_Info(
20258: P_Po_Line_Location_Id => l_po_line_location_id,
20259: P_PO_Distribution_Id => null,
20260: P_Application_Id => l_ref_doc_application_id,
20261: P_Entity_code => l_ref_doc_entity_code,

Line 20293: IF NOT(AP_ETAX_UTILITY_PKG.Get_Event_Class_Code(

20289: -------------------------------------------------------------------
20290: debug_info := 'Step 4.6: Get event class code';
20291: -------------------------------------------------------------------
20292:
20293: IF NOT(AP_ETAX_UTILITY_PKG.Get_Event_Class_Code(
20294: P_Invoice_Type_Lookup_Code => l_inv_hdr_inv_type,
20295: P_Event_Class_Code => l_event_class_code,
20296: P_error_code => l_error_code,
20297: P_calling_sequence => current_calling_sequence)) THEN

Line 21620: l_success := AP_ETAX_UTILITY_PKG.Get_PO_Info(

21616: AP_IMPORT_UTILITIES_PKG.Print(AP_IMPORT_INVOICES_PKG.g_debug_switch,
21617: debug_info);
21618: END IF;
21619:
21620: l_success := AP_ETAX_UTILITY_PKG.Get_PO_Info(
21621: P_Po_Line_Location_Id => p_invoice_lines_rec.po_line_location_id,
21622: P_PO_Distribution_Id => null,
21623: P_Application_Id => l_ref_doc_application_id,
21624: P_Entity_code => l_ref_doc_entity_code,