DBA Data[Home] [Help]

APPS.GL_PERIODS_PKG dependencies on GL_BUDGET_PERIOD_RANGES

Line 417: gl_budget_period_ranges bpr,

413: CURSOR chk_budget is
414: SELECT 'Used for budgets'
415: FROM gl_budgets b,
416: gl_budget_versions bv,
417: gl_budget_period_ranges bpr,
418: gl_ledgers led
419: WHERE bv.budget_name = b.budget_name
420: AND bv.budget_type = b.budget_type
421: AND bpr.budget_version_id = bv.budget_version_id