DBA Data[Home] [Help]

APPS.XLA_UPGRADE_PUB dependencies on XLA_TRANSACTION_ENTITIES_UPG

Line 725: update xla_transaction_entities_upg

721: LIMIT g_batch_size;
722: EXIT when l_entity_id.COUNT = 0;
723:
724: FORALL i IN l_entity_id.FIRST..l_entity_id.LAST
725: update xla_transaction_entities_upg
726: set upg_valid_flag = null
727: where entity_id = l_entity_id(i);
728:
729: COMMIT;