DBA Data[Home] [Help]

APPS.OZF_GL_TRANSFER_PVT dependencies on FND_GLOBAL

Line 137: last_updated_by = NVL(FND_GLOBAL.user_id,-1)

133: UPDATE ozf_funds_utilized_all_b
134: SET gl_date = l_event_date,
135: year_id = l_year_id,
136: last_update_date = SYSDATE,
137: last_updated_by = NVL(FND_GLOBAL.user_id,-1)
138: WHERE utilization_id = l_event_source_info.source_id_int_1;
139:
140: ELSIF (l_event_source_info.entity_type_code = 'CLAIM_SETTLEMENT') THEN
141: FND_FILE.PUT_LINE(FND_FILE.LOG, 'Updating Claim Record for claim_id:' || l_event_source_info.source_id_int_1);