DBA Data[Home] [Help]

APPS.IGW_PROP_PERSON_QUESTIONS_TBH dependencies on FND_GLOBAL

Line 35: l_last_updated_by := FND_GLOBAL.USER_ID;

31: if(p_mode = 'I') then
32: l_last_updated_by := 1;
33: l_last_update_login := 0;
34: elsif (p_mode = 'R') then
35: l_last_updated_by := FND_GLOBAL.USER_ID;
36:
37: if l_last_updated_by is NULL then
38: l_last_updated_by := -1;
39: end if;

Line 41: l_last_update_login := FND_GLOBAL.LOGIN_ID;

37: if l_last_updated_by is NULL then
38: l_last_updated_by := -1;
39: end if;
40:
41: l_last_update_login := FND_GLOBAL.LOGIN_ID;
42:
43: if l_last_update_login is NULL then
44: l_last_update_login := -1;
45: end if;

Line 126: l_last_updated_by := FND_GLOBAL.USER_ID;

122: if (p_mode = 'I') then
123: l_last_updated_by := 1;
124: l_last_update_login := 0;
125: elsif (p_mode = 'R') then
126: l_last_updated_by := FND_GLOBAL.USER_ID;
127:
128: if l_last_updated_by is NULL then
129: l_last_updated_by := -1;
130: end if;

Line 132: l_last_update_login := FND_GLOBAL.LOGIN_ID;

128: if l_last_updated_by is NULL then
129: l_last_updated_by := -1;
130: end if;
131:
132: l_last_update_login := FND_GLOBAL.LOGIN_ID;
133:
134: if l_last_update_login is NULL then
135: l_last_update_login := -1;
136: end if;