DBA Data[Home] [Help]

APPS.AP_PERIOD_CLOSE_PKG dependencies on XLA_LEDGER_OPTIONS

Line 27: FROM xla_ledger_options xlo

23: AND xlr.relationship_enabled_flag = 'Y'
24: AND gl.sla_ledger_cash_basis_flag <> 'Y'
25: AND xlr.ledger_id = gl.ledger_id
26: AND EXISTS (SELECT 1
27: FROM xla_ledger_options xlo
28: WHERE application_id = 200
29: AND DECODE(xlr.ledger_category_code
30: ,'ALC',xlr.ledger_id
31: ,xlo.ledger_id) = xlr.ledger_id