DBA Data[Home] [Help]

APPS.IGW_PROP_CHECKLIST_TBH dependencies on FND_GLOBAL

Line 29: l_last_updated_by := FND_GLOBAL.USER_ID;

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

Line 35: l_last_update_login := FND_GLOBAL.LOGIN_ID;

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