DBA Data[Home] [Help]

APPS.JTF_RS_IMP_RES_PVT dependencies on FND_MESSAGE

Line 572: fnd_message.set_name('JTF','JTF_RS_NO_SRP_NUM_ENT_FOR_EMP');

568: x_res_id_tbl(i).res_id := l_resource_id;
569:
570: IF (p_imp_res_tbl(i).create_salesperson = 'Y') THEN
571: IF p_imp_res_tbl(i).salesperson_number IS NULL THEN
572: fnd_message.set_name('JTF','JTF_RS_NO_SRP_NUM_ENT_FOR_EMP');
573: fnd_message.set_token('P_EMP_NAME',p_imp_res_tbl(i).name);
574: fnd_msg_pub.add;
575: RAISE fnd_api.g_exc_error;
576: ELSE

Line 573: fnd_message.set_token('P_EMP_NAME',p_imp_res_tbl(i).name);

569:
570: IF (p_imp_res_tbl(i).create_salesperson = 'Y') THEN
571: IF p_imp_res_tbl(i).salesperson_number IS NULL THEN
572: fnd_message.set_name('JTF','JTF_RS_NO_SRP_NUM_ENT_FOR_EMP');
573: fnd_message.set_token('P_EMP_NAME',p_imp_res_tbl(i).name);
574: fnd_msg_pub.add;
575: RAISE fnd_api.g_exc_error;
576: ELSE
577: --Create a Salesperson for the Resource Created above

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

927: FND_MSG_PUB.count_and_get (p_count => x_msg_count,
928: p_data => x_msg_data);
929: WHEN OTHERS THEN
930: ROLLBACK TO import_resources;
931: fnd_message.set_name ('JTF','JTF_RS_UNEXP_ERROR');
932: fnd_message.set_token('P_SQLCODE',SQLCODE);
933: fnd_message.set_token('P_SQLERRM',SQLERRM);
934: fnd_message.set_token('P_API_NAME',l_api_name);
935: FND_MSG_PUB.add;

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

928: p_data => x_msg_data);
929: WHEN OTHERS THEN
930: ROLLBACK TO import_resources;
931: fnd_message.set_name ('JTF','JTF_RS_UNEXP_ERROR');
932: fnd_message.set_token('P_SQLCODE',SQLCODE);
933: fnd_message.set_token('P_SQLERRM',SQLERRM);
934: fnd_message.set_token('P_API_NAME',l_api_name);
935: FND_MSG_PUB.add;
936: x_return_status := fnd_api.g_ret_sts_unexp_error;

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

929: WHEN OTHERS THEN
930: ROLLBACK TO import_resources;
931: fnd_message.set_name ('JTF','JTF_RS_UNEXP_ERROR');
932: fnd_message.set_token('P_SQLCODE',SQLCODE);
933: fnd_message.set_token('P_SQLERRM',SQLERRM);
934: fnd_message.set_token('P_API_NAME',l_api_name);
935: FND_MSG_PUB.add;
936: x_return_status := fnd_api.g_ret_sts_unexp_error;
937: x_transaction_num := NULL;

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

930: ROLLBACK TO import_resources;
931: fnd_message.set_name ('JTF','JTF_RS_UNEXP_ERROR');
932: fnd_message.set_token('P_SQLCODE',SQLCODE);
933: fnd_message.set_token('P_SQLERRM',SQLERRM);
934: fnd_message.set_token('P_API_NAME',l_api_name);
935: FND_MSG_PUB.add;
936: x_return_status := fnd_api.g_ret_sts_unexp_error;
937: x_transaction_num := NULL;
938: FND_MSG_PUB.count_and_get (p_count => x_msg_count,