DBA Data[Home] [Help]

APPS.XLA_PERIOD_CLOSE_EXP_PKG dependencies on XLA_LEDGER_OPTIONS

Line 94: xla_ledger_options xlo,

90: xle.transaction_date TRANSACTION_DATE
91:
92: FROM xla_events xle,
93: xla_transaction_entities_upg xte, --bug11830219 changed from XTE to UPG synonym
94: xla_ledger_options xlo,
95: gl_period_statuses glp
96: WHERE xle.entity_id = xte.entity_id
97: AND xle.application_id = xte.application_id
98: AND xle.event_date BETWEEN glp.start_date

Line 199: xla_ledger_options xlo

195: xle.transaction_date TRANSACTION_DATE
196:
197: FROM xla_events xle,
198: xla_transaction_entities_upg xte, --bug11830219 changed from XTE to UPG synonym
199: xla_ledger_options xlo
200: WHERE xle.entity_id = xte.entity_id
201: AND xle.application_id = xte.application_id
202: AND xle.event_date BETWEEN p_start_date AND p_end_date
203: AND xle.application_id = p_application_id