DBA Data[Home] [Help]

APPS.XLA_UPGRADE_PUB dependencies on XLA_TRANSACTION_ENTITIES_UPG

Line 606: update xla_transaction_entities_upg

602: LIMIT g_batch_size;
603: EXIT when l_entity_id.COUNT = 0;
604:
605: FORALL i IN l_entity_id.FIRST..l_entity_id.LAST
606: update xla_transaction_entities_upg
607: set upg_valid_flag = null
608: where entity_id = l_entity_id(i);
609:
610: COMMIT;