DBA Data[Home] [Help]

APPS.JTF_RS_TEAM_MEMBERS_PUB dependencies on FND_MESSAGE

Line 108: fnd_message.set_name('JTF', 'JTF_RS_INVALID_RESOURCE_TYPE');

104: IF l_resource_type NOT IN ('GROUP', 'INDIVIDUAL') THEN
105:
106: -- dbms_output.put_line('Resource Type can only be Group or Resource');
107:
108: fnd_message.set_name('JTF', 'JTF_RS_INVALID_RESOURCE_TYPE');
109: fnd_msg_pub.add;
110:
111: x_return_status := fnd_api.g_ret_sts_unexp_error;
112:

Line 319: fnd_message.set_name('JTF', 'JTF_RS_INVALID_RESOURCE_TYPE');

315: IF l_resource_type NOT IN ('GROUP', 'INDIVIDUAL') THEN
316:
317: -- dbms_output.put_line('Resource Type can only be Group or Resource');
318:
319: fnd_message.set_name('JTF', 'JTF_RS_INVALID_RESOURCE_TYPE');
320: fnd_msg_pub.add;
321:
322: x_return_status := fnd_api.g_ret_sts_unexp_error;
323: