DBA Data[Home] [Help]

APPS.JE_ES_MODELO_190_ALL_UPGRADE SQL Statements

The following lines contain the word 'select', 'insert', 'update' or 'delete':

Line: 41

                     UPDATE je_es_modelo_190_all
                     SET legal_entity_id = l_legal_entity_id
                     WHERE legal_entity_id IS NULL
                     AND org_id IS NULL;
Line: 46

                      l_message := 'Updated '||SQL%ROWCOUNT||' rows in table JE_ES_MODELO_190_ALL with legal entity id: '||l_legal_entity_id;
Line: 51

                      l_message := 'Unable to Update Legal Entities for the table je_es_modelo_190_all
                         because no Legal Entity was found.';