DBA Data[Home] [Help]

APPS.OZF_LE_UPGRADE_PVT dependencies on OZF_CLAIMS_ALL

Line 48: FROM ozf_claims_all

44: l_ou_le_info xle_businessinfo_grp.OU_LE_Tbl_Type;
45:
46: CURSOR claim_org_id_csr IS
47: SELECT claim_id, org_id
48: FROM ozf_claims_all
49: WHERE legal_entity_id is null;
50:
51: BEGIN
52: SAVEPOINT Start_Process;

Line 89: UPDATE OZF_CLAIMS_ALL

85: IF l_legal_entity_id IS NULL THEN
86: FND_FILE.PUT_LINE(FND_FILE.LOG, 'Legal Entity ID is NULL for the ORG_ID : '||l_org_id);
87: ELSE
88:
89: UPDATE OZF_CLAIMS_ALL
90: SET legal_entity_id = l_legal_entity_id
91: WHERE claim_id = l_claim_id;
92:
93: FND_FILE.PUT_LINE(FND_FILE.LOG, '--------------BEGIN------------ ');