DBA Data[Home] [Help]

APPS.PA_BUDGET_PUB dependencies on GL_PERIOD_STATUSES

Line 14363: l_period_year gl_period_statuses.period_year%TYPE;

14359: l_encum_type_id NUMBER := NULL;
14360: l_balance_type VARCHAR2(1) := NULL;
14361:
14362: --Business Rule Validation
14363: l_period_year gl_period_statuses.period_year%TYPE;
14364:
14365: CURSOR l_budget_periods_csr
14366: (p_period_name VARCHAR2
14367: ,p_period_type_code VARCHAR2 )