DBA Data[Home] [Help]

APPS.AP_WORKFLOW_PKG dependencies on AP_UTILITIES_PKG

Line 4829: ,ap_utilities_pkg.get_gl_period_name(gl_date

4825: l_ampersand varchar2(1);
4826: Cursor C_invoice (p_invoice_id IN ap_invoices_all.invoice_id%TYPE) IS
4827: SELECT invoice_type_lookup_code
4828: ,gl_date
4829: ,ap_utilities_pkg.get_gl_period_name(gl_date
4830: ,org_id)
4831: FROM ap_invoices_all
4832: WHERE invoice_id = p_invoice_id;
4833: l_invoice_type_lookup_code ap_invoices_all.invoice_type_lookup_code%TYPE;

Line 4950: ap_utilities_pkg.get_open_gl_date(P_Date => l_gl_date

4946: IF l_invoice_type_lookup_code IN ('INVOICE REQUEST'
4947: ,'CREDIT MEMO REQUEST')
4948: AND l_count > 0 THEN
4949:
4950: ap_utilities_pkg.get_open_gl_date(P_Date => l_gl_date
4951: ,P_Period_Name => l_new_period_name
4952: ,P_GL_Date => l_new_gl_date
4953: ,P_Org_Id => l_org_id);
4954: ap_isp_utilities_pkg.get_payment_terms (