DBA Data[Home] [Help]

APPS.JTF_RS_TEAMS_PUB dependencies on FND_MESSAGE

Line 82: fnd_message.set_name('JTF', 'JTF_RS_TEAM_NAME_NULL');

78: IF l_team_name IS NULL THEN
79:
80: -- dbms_output.put_line('Team Name cannot be null');
81:
82: fnd_message.set_name('JTF', 'JTF_RS_TEAM_NAME_NULL');
83: fnd_msg_pub.add;
84:
85: x_return_status := fnd_api.g_ret_sts_unexp_error;
86:

Line 98: fnd_message.set_name('JTF', 'JTF_RS_START_DATE_NULL');

94: IF l_start_date_active IS NULL THEN
95:
96: -- dbms_output.put_line('Start Date Active cannot be null');
97:
98: fnd_message.set_name('JTF', 'JTF_RS_START_DATE_NULL');
99: fnd_msg_pub.add;
100:
101: x_return_status := fnd_api.g_ret_sts_unexp_error;
102: