DBA Data[Home] [Help]

APPS.JAI_AP_DTC_DEFAULTATION_PKG dependencies on AP_INVOICE_LINES_ALL

Line 700: from ap_invoice_lines_all

696: -----------------------------------------------------------------------------------------------------
697: --When get count > 0, means AP invoice containing matched invoice lines
698: cursor c_check_is_matched is
699: select count(line_number)
700: from ap_invoice_lines_all
701: where invoice_id = p_inv_id
702: and match_type <> 'NOT_MATCHED';
703:
704: cursor c_check_effective_date(cp_legal_entity_id JAI_AP_TDS_THHOLD_ACCOUNT.LEGAL_ENTITY_ID%TYPE