DBA Data[Home] [Help]

APPS.XLA_JE_VALIDATION_PKG dependencies on GL_TRANSACTION_DATES

Line 3449: , gl_transaction_dates gtd

3445: ,xah.event_id
3446: ,xah.entity_id
3447: ,xah.accounting_date
3448: FROM xla_ae_headers xah
3449: , gl_transaction_dates gtd
3450: WHERE xah.accounting_date = gtd.transaction_date
3451: AND gtd.transaction_calendar_id = g_transaction_calendar_id
3452: AND gtd.business_day_flag = 'N'
3453: --added for bug 9839027