DBA Data[Home] [Help]

APPS.AP_ISP_UTILITIES_PKG dependencies on AP_INVOICES_PKG

Line 1546: AP_INVOICES_PKG.Get_gl_date_and_period(

1542: INTO l_invoice_date, l_org_id
1543: FROM ap_invoices_all ai
1544: WHERE ai.invoice_id = p_invoice_id ;
1545:
1546: AP_INVOICES_PKG.Get_gl_date_and_period(
1547: P_Date => l_invoice_date,
1548: P_Period_Name => l_period_name,
1549: P_GL_Date => l_gl_date,
1550: P_Org_Id => l_org_id) ;