DBA Data[Home] [Help]

APPS.JTF_RS_GROUPS_PUB dependencies on FND_MESSAGE

Line 85: fnd_message.set_name('JTF', 'JTF_RS_GROUP_NAME_NULL');

81: IF l_group_name IS NULL THEN
82:
83: -- dbms_output.put_line('Group Name cannot be null');
84:
85: fnd_message.set_name('JTF', 'JTF_RS_GROUP_NAME_NULL');
86: fnd_msg_pub.add;
87: RAISE fnd_api.g_exc_error;
88:
89: END IF;

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: RAISE fnd_api.g_exc_error;
102:

Line 231: fnd_message.set_name ('JTF', 'JTF_RS_UNEXP_ERROR');

227: FND_MSG_PUB.count_and_get (p_count => x_msg_count,
228: p_data => x_msg_data);
229: WHEN OTHERS THEN
230: ROLLBACK TO create_resource_group_pub;
231: fnd_message.set_name ('JTF', 'JTF_RS_UNEXP_ERROR');
232: fnd_message.set_token('P_SQLCODE',SQLCODE);
233: fnd_message.set_token('P_SQLERRM',SQLERRM);
234: fnd_message.set_token('P_API_NAME', l_api_name);
235: FND_MSG_PUB.add;

Line 232: fnd_message.set_token('P_SQLCODE',SQLCODE);

228: p_data => x_msg_data);
229: WHEN OTHERS THEN
230: ROLLBACK TO create_resource_group_pub;
231: fnd_message.set_name ('JTF', 'JTF_RS_UNEXP_ERROR');
232: fnd_message.set_token('P_SQLCODE',SQLCODE);
233: fnd_message.set_token('P_SQLERRM',SQLERRM);
234: fnd_message.set_token('P_API_NAME', l_api_name);
235: FND_MSG_PUB.add;
236: x_return_status := fnd_api.g_ret_sts_unexp_error;

Line 233: fnd_message.set_token('P_SQLERRM',SQLERRM);

229: WHEN OTHERS THEN
230: ROLLBACK TO create_resource_group_pub;
231: fnd_message.set_name ('JTF', 'JTF_RS_UNEXP_ERROR');
232: fnd_message.set_token('P_SQLCODE',SQLCODE);
233: fnd_message.set_token('P_SQLERRM',SQLERRM);
234: fnd_message.set_token('P_API_NAME', l_api_name);
235: FND_MSG_PUB.add;
236: x_return_status := fnd_api.g_ret_sts_unexp_error;
237: FND_MSG_PUB.count_and_get (p_count => x_msg_count,

Line 234: fnd_message.set_token('P_API_NAME', l_api_name);

230: ROLLBACK TO create_resource_group_pub;
231: fnd_message.set_name ('JTF', 'JTF_RS_UNEXP_ERROR');
232: fnd_message.set_token('P_SQLCODE',SQLCODE);
233: fnd_message.set_token('P_SQLERRM',SQLERRM);
234: fnd_message.set_token('P_API_NAME', l_api_name);
235: FND_MSG_PUB.add;
236: x_return_status := fnd_api.g_ret_sts_unexp_error;
237: FND_MSG_PUB.count_and_get (p_count => x_msg_count,
238: p_data => x_msg_data);

Line 465: fnd_message.set_name ('JTF', 'JTF_RS_UNEXP_ERROR');

461: FND_MSG_PUB.count_and_get (p_count => x_msg_count,
462: p_data => x_msg_data);
463: WHEN OTHERS THEN
464: ROLLBACK TO update_resource_group_pub;
465: fnd_message.set_name ('JTF', 'JTF_RS_UNEXP_ERROR');
466: fnd_message.set_token('P_SQLCODE',SQLCODE);
467: fnd_message.set_token('P_SQLERRM',SQLERRM);
468: fnd_message.set_token('P_API_NAME', l_api_name);
469: FND_MSG_PUB.add;

Line 466: fnd_message.set_token('P_SQLCODE',SQLCODE);

462: p_data => x_msg_data);
463: WHEN OTHERS THEN
464: ROLLBACK TO update_resource_group_pub;
465: fnd_message.set_name ('JTF', 'JTF_RS_UNEXP_ERROR');
466: fnd_message.set_token('P_SQLCODE',SQLCODE);
467: fnd_message.set_token('P_SQLERRM',SQLERRM);
468: fnd_message.set_token('P_API_NAME', l_api_name);
469: FND_MSG_PUB.add;
470: x_return_status := fnd_api.g_ret_sts_unexp_error;

Line 467: fnd_message.set_token('P_SQLERRM',SQLERRM);

463: WHEN OTHERS THEN
464: ROLLBACK TO update_resource_group_pub;
465: fnd_message.set_name ('JTF', 'JTF_RS_UNEXP_ERROR');
466: fnd_message.set_token('P_SQLCODE',SQLCODE);
467: fnd_message.set_token('P_SQLERRM',SQLERRM);
468: fnd_message.set_token('P_API_NAME', l_api_name);
469: FND_MSG_PUB.add;
470: x_return_status := fnd_api.g_ret_sts_unexp_error;
471: FND_MSG_PUB.count_and_get (p_count => x_msg_count,

Line 468: fnd_message.set_token('P_API_NAME', l_api_name);

464: ROLLBACK TO update_resource_group_pub;
465: fnd_message.set_name ('JTF', 'JTF_RS_UNEXP_ERROR');
466: fnd_message.set_token('P_SQLCODE',SQLCODE);
467: fnd_message.set_token('P_SQLERRM',SQLERRM);
468: fnd_message.set_token('P_API_NAME', l_api_name);
469: FND_MSG_PUB.add;
470: x_return_status := fnd_api.g_ret_sts_unexp_error;
471: FND_MSG_PUB.count_and_get (p_count => x_msg_count,
472: p_data => x_msg_data);