DBA Data[Home] [Help]

APPS.GL_PERIODS_PKG dependencies on GL_BUDGET_VERSIONS

Line 416: gl_budget_versions bv,

412: DECLARE
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