DBA Data[Home] [Help]

APPS.PA_BUDGET_PUB dependencies on GL_PERIOD_STATUSES

Line 14609: l_period_year gl_period_statuses.period_year%TYPE;

14605: l_encum_type_id NUMBER := NULL;
14606: l_balance_type VARCHAR2(1) := NULL;
14607:
14608: --Business Rule Validation
14609: l_period_year gl_period_statuses.period_year%TYPE;
14610:
14611: CURSOR l_budget_periods_csr
14612: (p_period_name VARCHAR2
14613: ,p_period_type_code VARCHAR2 )