[Home] [Help]
APPS.IGS_EN_GEN_003 dependencies on FND_GLOBAL
Line 538: v_person_id := FND_GLOBAL.USER_ID;
534: -- table
535:
536: -- commented after ORACLE_USERNAME issue...
537: -- added after ORACLE_USERNAME issue...
538: v_person_id := FND_GLOBAL.USER_ID;
539:
540: OPEN c_person_prefs(
541: v_person_id);
542: FETCH c_person_prefs INTO v_person_prefs_rec;