DBA Data[Home] [Help]

APPS.AP_APXAPRVL_XMLP_PKG dependencies on AP_INVOICE_DISTRIBUTIONS

Line 267: FROM ap_invoice_distributions

263:
264: function validate_period (p_invoice_id in number) return boolean is
265: CURSOR get_gl_date IS
266: SELECT distinct accounting_date acc_date
267: FROM ap_invoice_distributions
268: WHERE invoice_id = p_invoice_id
269: and NVL(match_status_flag,'N') = 'N';
270: CURSOR get_inv_source IS
271: SELECT upper(nvl(source, 'X'))