DBA Data[Home] [Help]

APPS.CSL_JTF_RS_GRP_MEM_ACC_PKG dependencies on FND_MSG_PUB

Line 638: fnd_msg_pub.Add_Exc_Msg('CSL_JTF_RS_GRP_MEM_ACC_PKG','Delete_All_ACC_Records',sqlerrm);

634: , 'Caught exception in Delete_All_ACC_Records:' || fnd_global.local_chr(10) || sqlerrm
635: , JTM_HOOK_UTIL_PKG.G_DEBUG_LEVEL_ERROR);
636: END IF;
637:
638: fnd_msg_pub.Add_Exc_Msg('CSL_JTF_RS_GRP_MEM_ACC_PKG','Delete_All_ACC_Records',sqlerrm);
639: -- x_return_status := FND_API.G_RET_STS_ERROR;
640: x_return_status := FND_API.G_RET_STS_SUCCESS;
641: END Delete_All_ACC_Records;
642:

Line 720: fnd_msg_pub.Add_Exc_Msg('CSL_JTF_RS_GRP_MEM_ACC_PKG','Insert_All_ACC_Records',sqlerrm);

716: , 'Caught exception in Delete_All_ACC_Records:' || fnd_global.local_chr(10) || sqlerrm
717: , JTM_HOOK_UTIL_PKG.G_DEBUG_LEVEL_ERROR);
718: END IF;
719:
720: fnd_msg_pub.Add_Exc_Msg('CSL_JTF_RS_GRP_MEM_ACC_PKG','Insert_All_ACC_Records',sqlerrm);
721: -- x_return_status := FND_API.G_RET_STS_ERROR;
722: x_return_status := FND_API.G_RET_STS_SUCCESS;
723: END Insert_All_ACC_Records;
724: