DBA Data[Home] [Help]

APPS.JTF_RS_IMP_RES_PVT dependencies on FND_MESSAGE

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

576: x_res_id_tbl(i).res_id := l_resource_id;
577:
578: IF (p_imp_res_tbl(i).create_salesperson = 'Y') THEN
579: IF p_imp_res_tbl(i).salesperson_number IS NULL THEN
580: fnd_message.set_name('JTF','JTF_RS_NO_SRP_NUM_ENT_FOR_EMP');
581: fnd_message.set_token('P_EMP_NAME',p_imp_res_tbl(i).name);
582: fnd_msg_pub.add;
583: RAISE fnd_api.g_exc_error;
584: ELSE

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

577:
578: IF (p_imp_res_tbl(i).create_salesperson = 'Y') THEN
579: IF p_imp_res_tbl(i).salesperson_number IS NULL THEN
580: fnd_message.set_name('JTF','JTF_RS_NO_SRP_NUM_ENT_FOR_EMP');
581: fnd_message.set_token('P_EMP_NAME',p_imp_res_tbl(i).name);
582: fnd_msg_pub.add;
583: RAISE fnd_api.g_exc_error;
584: ELSE
585: --Create a Salesperson for the Resource Created above

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

935: FND_MSG_PUB.count_and_get (p_count => x_msg_count,
936: p_data => x_msg_data);
937: WHEN OTHERS THEN
938: ROLLBACK TO import_resources;
939: fnd_message.set_name ('JTF','JTF_RS_UNEXP_ERROR');
940: fnd_message.set_token('P_SQLCODE',SQLCODE);
941: fnd_message.set_token('P_SQLERRM',SQLERRM);
942: fnd_message.set_token('P_API_NAME',l_api_name);
943: FND_MSG_PUB.add;

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

936: p_data => x_msg_data);
937: WHEN OTHERS THEN
938: ROLLBACK TO import_resources;
939: fnd_message.set_name ('JTF','JTF_RS_UNEXP_ERROR');
940: fnd_message.set_token('P_SQLCODE',SQLCODE);
941: fnd_message.set_token('P_SQLERRM',SQLERRM);
942: fnd_message.set_token('P_API_NAME',l_api_name);
943: FND_MSG_PUB.add;
944: x_return_status := fnd_api.g_ret_sts_unexp_error;

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

937: WHEN OTHERS THEN
938: ROLLBACK TO import_resources;
939: fnd_message.set_name ('JTF','JTF_RS_UNEXP_ERROR');
940: fnd_message.set_token('P_SQLCODE',SQLCODE);
941: fnd_message.set_token('P_SQLERRM',SQLERRM);
942: fnd_message.set_token('P_API_NAME',l_api_name);
943: FND_MSG_PUB.add;
944: x_return_status := fnd_api.g_ret_sts_unexp_error;
945: x_transaction_num := NULL;

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

938: ROLLBACK TO import_resources;
939: fnd_message.set_name ('JTF','JTF_RS_UNEXP_ERROR');
940: fnd_message.set_token('P_SQLCODE',SQLCODE);
941: fnd_message.set_token('P_SQLERRM',SQLERRM);
942: fnd_message.set_token('P_API_NAME',l_api_name);
943: FND_MSG_PUB.add;
944: x_return_status := fnd_api.g_ret_sts_unexp_error;
945: x_transaction_num := NULL;
946: FND_MSG_PUB.count_and_get (p_count => x_msg_count,