DBA Data[Home] [Help]

APPS.IGW_PROP_PERSON_SUPPORT_TBH dependencies on FND_GLOBAL

Line 71: l_last_updated_by := FND_GLOBAL.USER_ID;

67: if(p_mode = 'I') then
68: l_last_updated_by := 1;
69: l_last_update_login := 0;
70: elsif (p_mode = 'R') then
71: l_last_updated_by := FND_GLOBAL.USER_ID;
72:
73: if l_last_updated_by is NULL then
74: l_last_updated_by := -1;
75: end if;

Line 77: l_last_update_login := FND_GLOBAL.LOGIN_ID;

73: if l_last_updated_by is NULL then
74: l_last_updated_by := -1;
75: end if;
76:
77: l_last_update_login := FND_GLOBAL.LOGIN_ID;
78:
79: if l_last_update_login is NULL then
80: l_last_update_login := -1;
81: end if;

Line 273: l_last_updated_by := FND_GLOBAL.USER_ID;

269: if(p_mode = 'I') then
270: l_last_updated_by := 1;
271: l_last_update_login := 0;
272: elsif (p_mode = 'R') then
273: l_last_updated_by := FND_GLOBAL.USER_ID;
274:
275: if l_last_updated_by is NULL then
276: l_last_updated_by := -1;
277: end if;

Line 279: l_last_update_login := FND_GLOBAL.LOGIN_ID;

275: if l_last_updated_by is NULL then
276: l_last_updated_by := -1;
277: end if;
278:
279: l_last_update_login := FND_GLOBAL.LOGIN_ID;
280:
281: if l_last_update_login is NULL then
282: l_last_update_login := -1;
283: end if;