DBA Data[Home] [Help]

APPS.IGW_PROP_PERSON_BIOSKETCH_TBH dependencies on FND_GLOBAL

Line 28: l_last_updated_by := FND_GLOBAL.USER_ID;

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

Line 34: l_last_update_login := FND_GLOBAL.LOGIN_ID;

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