DBA Data[Home] [Help]

APPS.IGW_PROP_NARRATIVES_TBH dependencies on FND_GLOBAL

Line 36: l_last_updated_by := FND_GLOBAL.USER_ID;

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

Line 42: l_last_update_login := FND_GLOBAL.LOGIN_ID;

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

Line 133: l_last_updated_by := FND_GLOBAL.USER_ID;

129: if(p_mode = 'I') then
130: l_last_updated_by := 1;
131: l_last_update_login := 0;
132: elsif (p_mode = 'R') then
133: l_last_updated_by := FND_GLOBAL.USER_ID;
134:
135: if l_last_updated_by is NULL then
136: l_last_updated_by := -1;
137: end if;

Line 139: l_last_update_login := FND_GLOBAL.LOGIN_ID;

135: if l_last_updated_by is NULL then
136: l_last_updated_by := -1;
137: end if;
138:
139: l_last_update_login := FND_GLOBAL.LOGIN_ID;
140:
141: if l_last_update_login is NULL then
142: l_last_update_login := -1;
143: end if;