DBA Data[Home] [Help]

APPS.ICX_USER_SEC_ATTR_PVT dependencies on FND_USER

Line 126: fnd_message.set_token('TABLE','FND_USER');

122: then
123: -- Unable to INSERT
124:
125: fnd_message.set_name('FND','SQL-NO INSERT');
126: fnd_message.set_token('TABLE','FND_USER');
127: fnd_msg_pub.Add;
128: raise FND_API.G_EXC_ERROR;
129: end if;
130: */

Line 268: fnd_message.set_token('TABLE','FND_USER_RESPONSIBILITY');

264: -- Need to replace message after creating messages through Rami
265: -- !!!!
266:
267: fnd_message.set_name('FND','SQL-NO DELETE');
268: fnd_message.set_token('TABLE','FND_USER_RESPONSIBILITY');
269: fnd_msg_pub.Add;
270: raise FND_API.G_EXC_ERROR;
271: end if;
272:

Line 443: from FND_USER

439: -- ************************************
440:
441: select CUSTOMER_ID,SUPPLIER_ID,EMPLOYEE_ID
442: into l_customer_contact_id,l_vendor_contact_id,l_internal_contact_id
443: from FND_USER
444: where USER_ID = p_web_user_id;
445:
446: if l_customer_contact_id is not null
447: then