DBA Data[Home] [Help]

APPS.AP_WORKFLOW_PKG dependencies on AP_UTILITIES_PKG

Line 4694: ,ap_utilities_pkg.get_gl_period_name(gl_date

4690: l_ampersand varchar2(1);
4691: Cursor C_invoice (p_invoice_id IN ap_invoices_all.invoice_id%TYPE) IS
4692: SELECT invoice_type_lookup_code
4693: ,gl_date
4694: ,ap_utilities_pkg.get_gl_period_name(gl_date
4695: ,org_id)
4696: FROM ap_invoices_all
4697: WHERE invoice_id = p_invoice_id;
4698: l_invoice_type_lookup_code ap_invoices_all.invoice_type_lookup_code%TYPE;

Line 4815: ap_utilities_pkg.get_open_gl_date(P_Date => l_gl_date

4811: IF l_invoice_type_lookup_code IN ('INVOICE REQUEST'
4812: ,'CREDIT MEMO REQUEST')
4813: AND l_count > 0 THEN
4814:
4815: ap_utilities_pkg.get_open_gl_date(P_Date => l_gl_date
4816: ,P_Period_Name => l_new_period_name
4817: ,P_GL_Date => l_new_gl_date
4818: ,P_Org_Id => l_org_id);
4819: ap_isp_utilities_pkg.get_payment_terms (