DBA Data[Home] [Help]

APPS.XLA_JE_VALIDATION_PKG dependencies on GL_BUDORG_BC_OPTIONS

Line 4197: LEFT OUTER JOIN gl_budorg_bc_options bc

4193: LEFT OUTER JOIN gl_budget_assignments b
4194: ON b.currency_code = t.entered_currency_code
4195: AND b.code_combination_id = t.code_combination_id
4196: AND b.ledger_id = g_ledger_id
4197: LEFT OUTER JOIN gl_budorg_bc_options bc
4198: ON bc.range_id = b.range_id
4199: AND t.budget_version_id = bc.funding_budget_version_id
4200: WHERE t.balance_type_code = 'B'
4201: AND t.budget_version_id IS NOT NULL