DBA Data[Home] [Help]

APPS.IGC_CBC_VALIDATIONS_PKG dependencies on GL_BUDGETS

Line 520: gl_budgets BUD,

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
524: ( SELECT template_id

Line 564: -- gl_budgets bud,

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
568: -- AND asg.funding_budget_version_id=bvr.budget_version_id

Line 587: gl_budgets bud,

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*/
591: -- WHERE GBA.set_of_books_id = p_set_of_books_id