DBA Data[Home] [Help]

APPS.JTF_AUTH_BULKLOAD_PKG dependencies on FND_USER

Line 23: from fnd_user

19: U_USER_NAME := UPPER(USER_NAME);
20: U_ROLE_NAME := UPPER(ROLE_NAME);
21:
22: select count(*) into cnt
23: from fnd_user
24: where user_name=U_USER_NAME;
25:
26: if cnt=0 then
27: fnd_message.set_name('JTF', 'JTF-1055');

Line 151: from fnd_user

147:
148: end if;
149:
150: select count(*) into cnt
151: from fnd_user
152: where user_name=U_USER_NAME;
153:
154: if cnt=0 then
155: fnd_message.set_name('JTF', 'JTF-1055');

Line 268: from fnd_user

264: U_USER_NAME := UPPER(USER_NAME);
265: U_ROLE_NAME := UPPER(ROLE_NAME);
266:
267: select count(*) into cnt
268: from fnd_user
269: where user_name=U_USER_NAME;
270:
271: if cnt=0 then
272: fnd_message.set_name('JTF', 'JTF-1055');

Line 398: from fnd_user

394:
395: end if;
396:
397: select count(*) into cnt
398: from fnd_user
399: where user_name=U_USER_NAME;
400:
401: if cnt=0 then
402: fnd_message.set_name('JTF', 'JTF-1055');