DBA Data[Home] [Help]

APPS.XLA_JE_VALIDATION_PKG dependencies on GL_BUDORG_BC_OPTIONS

Line 4484: LEFT OUTER JOIN gl_budorg_bc_options bc

4480: LEFT OUTER JOIN gl_budget_assignments b
4481: ON b.currency_code = t.entered_currency_code
4482: AND b.code_combination_id = t.code_combination_id
4483: AND b.ledger_id = g_ledger_id
4484: LEFT OUTER JOIN gl_budorg_bc_options bc
4485: ON bc.range_id = b.range_id
4486: AND t.budget_version_id = bc.funding_budget_version_id
4487: WHERE t.balance_type_code = 'B'
4488: AND t.budget_version_id IS NOT NULL