DBA Data[Home] [Help]

APPS.FND_USER_PKG dependencies on FND_GLOBAL

Line 198: owner_id := fnd_global.user_id;

194: end if;
195:
196: -- Bug 7687370
197: if (x_owner is null) then
198: owner_id := fnd_global.user_id;
199: else
200: owner_id := fnd_load_util.owner_id(x_owner);
201: end if;
202:

Line 1216: owner_id := fnd_global.user_id;

1212: end if;
1213:
1214: -- Bug 7687370
1215: if (x_owner is null) then
1216: owner_id := fnd_global.user_id;
1217: else
1218: owner_id := fnd_load_util.owner_id(x_owner);
1219: end if;
1220: