DBA Data[Home] [Help]

APPS.IGC_CBC_VALIDATIONS_PKG dependencies on GL_BUDGET_VERSIONS

Line 519: gl_budget_versions BVR,

515: GST.cbc_override,
516: ST.funding_budget_version_id
517: FROM igc_cbc_summary_templates_v GST,
518: psa_efc_summary_budgets ST,
519: gl_budget_versions BVR,
520: gl_budgets BUD,
521: gl_period_statuses FPER,
522: gl_period_statuses LPER
523: WHERE GST.template_id IN

Line 563: -- gl_budget_versions bvr,

559: -- AND GBA.range_id = BAR.range_id
560: -- AND GBA.range_id IN
561: -- ( SELECT asg.range_id
562: -- FROM gl_budget_assignment_ranges asg,
563: -- gl_budget_versions bvr,
564: -- gl_budgets bud,
565: -- gl_period_statuses fper,
566: -- gl_period_statuses lper
567: -- WHERE asg.funding_budget_version_id IS NOT NULL

Line 586: gl_budget_versions bvr,

582: GBA.funding_budget_version_id
583: FROM gl_budget_assignments GBA,
584: igc_cbc_ba_ranges BAR,
585: gl_budget_assignment_ranges asg,
586: gl_budget_versions bvr,
587: gl_budgets bud,
588: gl_period_statuses fper,
589: gl_period_statuses lper
590: /*R12 Uptake - Commented for compilation Bug No 6341012*/