DBA Data[Home] [Help]

APPS.GL_AUTO_ALLOC_WF_PKG dependencies on GL_BUDGETS

Line 2868: GL_BUDGETS BUD

2864: CURSOR chk_budgets IS
2865: SELECT max(decode(bud.status, 'I', 1, 'F', 1, 0)),
2866: max(l_period_year - bud.latest_opened_year)
2867: FROM GL_BUDGET_VERSIONS BV,
2868: GL_BUDGETS BUD
2869: WHERE BV.budget_version_id = l_budget_version_id
2870: AND BUD.budget_type = BV.budget_type
2871: AND BUD.budget_name = BV.budget_name;
2872: