DBA Data[Home] [Help]

APPS.AP_PERIOD_CLOSE_PKG dependencies on GL_LEDGERS

Line 21: gl_ledgers gl

17: is
18: /* -- changed the sql for the bug 10126216 */
19: select name, (SELECT DECODE(count(1), 0, 'Y', 'N')
20: FROM xla_ledger_relationships_v xlr,
21: gl_ledgers gl
22: WHERE xlr.primary_ledger_id = gsob.set_of_books_id
23: AND xlr.relationship_enabled_flag = 'Y'
24: AND gl.sla_ledger_cash_basis_flag <> 'Y'
25: AND xlr.ledger_id = gl.ledger_id