DBA Data[Home] [Help]

APPS.FND_USER_PKG dependencies on FND_GLOBAL

Line 162: owner_id := fnd_global.user_id;

158:
159: begin
160: -- Bug 7687370
161: if (x_owner is null) then
162: owner_id := fnd_global.user_id;
163: else
164: owner_id := fnd_load_util.owner_id(x_owner);
165: end if;
166:

Line 712: owner_id := fnd_global.user_id;

708:
709: begin
710: -- Bug 7687370
711: if (x_owner is null) then
712: owner_id := fnd_global.user_id;
713: else
714: owner_id := fnd_load_util.owner_id(x_owner);
715: end if;
716: