DBA Data[Home] [Help]

APPS.XLA_UPG_VERIFICATION_PUB dependencies on XLA_SUBLEDGERS

Line 272: FROM XLA_SUBLEDGERS XS

268: ,'XLA_UPG_APP_NOT_DEFINED'
269: ,entity_id from(select entity_id
270: from xla_transaction_entities_upg xen
271: where NOT EXISTS (SELECT 1
272: FROM XLA_SUBLEDGERS XS
273: WHERE xen.application_id
274: = xs.application_id)));
275: COMMIT;
276: