DBA Data[Home] [Help]

APPS.XLA_PERIOD_CLOSE_EXP_PKG dependencies on GL_PERIOD_STATUSES

Line 95: gl_period_statuses glp

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
99: AND glp.end_date

Line 150: gl_period_statuses glp

146: aeh.gl_transfer_status_code GL_TRANSFER_STATUS_CODE
147: FROM xla_ae_headers aeh,
148: xla_events xle,
149: xla_transaction_entities_upg xte, --bug11830219 changed from XTE to UPG synonym
150: gl_period_statuses glp
151: WHERE EXISTS (SELECT 1
152: FROM gl_ledger_relationships glr1,
153: gl_ledger_relationships glr2
154: WHERE aeh.ledger_id = glr2.target_ledger_id