DBA Data[Home] [Help]

APPS.IGS_EN_GEN_011 dependencies on FND_GLOBAL

Line 6124: v_person_id := FND_GLOBAL.USER_ID;

6120: -- this module updates the enrolment values for a IGS_PE_PERSON's preference
6121: -- table
6122:
6123: -- added after ORACLE_USERNAME issue...
6124: v_person_id := FND_GLOBAL.USER_ID;
6125:
6126:
6127: OPEN c_person_prefs(
6128: v_person_id);