DBA Data[Home] [Help]

APPS.IGW_PROP_USERS_TBH dependencies on FND_GLOBAL

Line 31: l_last_updated_by := FND_GLOBAL.USER_ID;

27: if(p_mode = 'I') then
28: l_last_updated_by := 1;
29: l_last_update_login := 0;
30: elsif (p_mode = 'R') then
31: l_last_updated_by := FND_GLOBAL.USER_ID;
32:
33: if l_last_updated_by is NULL then
34: l_last_updated_by := -1;
35: end if;

Line 37: l_last_update_login := FND_GLOBAL.LOGIN_ID;

33: if l_last_updated_by is NULL then
34: l_last_updated_by := -1;
35: end if;
36:
37: l_last_update_login := FND_GLOBAL.LOGIN_ID;
38:
39: if l_last_update_login is NULL then
40: l_last_update_login := -1;
41: end if;

Line 113: l_last_updated_by := FND_GLOBAL.USER_ID;

109: if (p_mode = 'I') then
110: l_last_updated_by := 1;
111: l_last_update_login := 0;
112: elsif (p_mode = 'R') then
113: l_last_updated_by := FND_GLOBAL.USER_ID;
114:
115: if l_last_updated_by is NULL then
116: l_last_updated_by := -1;
117: end if;

Line 119: l_last_update_login := FND_GLOBAL.LOGIN_ID;

115: if l_last_updated_by is NULL then
116: l_last_updated_by := -1;
117: end if;
118:
119: l_last_update_login := FND_GLOBAL.LOGIN_ID;
120:
121: if l_last_update_login is NULL then
122: l_last_update_login := -1;
123: end if;