DBA Data[Home] [Help]

APPS.XLA_JE_VALIDATION_PKG dependencies on GL_TRANSACTION_DATES

Line 3174: , gl_transaction_dates gtd

3170: ,xah.event_id
3171: ,xah.entity_id
3172: ,xah.accounting_date
3173: FROM xla_ae_headers xah
3174: , gl_transaction_dates gtd
3175: WHERE xah.accounting_date = gtd.transaction_date
3176: AND gtd.transaction_calendar_id = g_transaction_calendar_id
3177: AND gtd.business_day_flag = 'N';
3178: