DBA Data[Home] [Help]

APPS.AP_RETAINAGE_RELEASE_PKG dependencies on GL_PERIOD_STATUSES

Line 36: g_period_name gl_period_statuses.period_name%TYPE;

32: From ap_invoices_all ai
33: Where invoice_id = c_invoice_id;
34:
35: g_release_invoice_info c_release_invoice_info%rowtype;
36: g_period_name gl_period_statuses.period_name%TYPE;
37: g_user_id NUMBER;
38: g_login_id NUMBER;
39:
40: TYPE releaseLinesType IS TABLE OF ap_invoice_lines_all%rowtype INDEX BY PLS_INTEGER;