DBA Data[Home] [Help]

APPS.IGW_PROP_USER_ROLES_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 111: l_last_updated_by := FND_GLOBAL.USER_ID;

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

Line 117: l_last_update_login := FND_GLOBAL.LOGIN_ID;

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