DBA Data[Home] [Help]

APPS.OZF_LE_UPGRADE_PVT SQL Statements

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

Line: 47

SELECT claim_id, org_id
FROM   ozf_claims_all
WHERE  legal_entity_id is null;
Line: 89

           UPDATE OZF_CLAIMS_ALL
           SET legal_entity_id = l_legal_entity_id
           WHERE claim_id = l_claim_id;