DBA Data[Home] [Help]

APPS.HZ_IMP_LOAD_CPT_PKG dependencies on FND_MESSAGE

Line 1346: FND_MESSAGE.SET_NAME('AR', 'HZ_API_OTHERS_EXCEP');

1342: ROLLBACK TO process_insert_cpt_pvt;
1343: FND_FILE.put_line(fnd_file.log,'Unexpected error occurs while loading contactpoints in process_insert_contactpoints');
1344: FND_FILE.put_line(fnd_file.log, SQLERRM);
1345: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1346: FND_MESSAGE.SET_NAME('AR', 'HZ_API_OTHERS_EXCEP');
1347: FND_MESSAGE.SET_TOKEN('ERROR' ,SQLERRM);
1348: FND_MSG_PUB.ADD;
1349: FND_MSG_PUB.Count_And_Get(
1350: p_encoded => FND_API.G_FALSE,

Line 1347: FND_MESSAGE.SET_TOKEN('ERROR' ,SQLERRM);

1343: FND_FILE.put_line(fnd_file.log,'Unexpected error occurs while loading contactpoints in process_insert_contactpoints');
1344: FND_FILE.put_line(fnd_file.log, SQLERRM);
1345: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1346: FND_MESSAGE.SET_NAME('AR', 'HZ_API_OTHERS_EXCEP');
1347: FND_MESSAGE.SET_TOKEN('ERROR' ,SQLERRM);
1348: FND_MSG_PUB.ADD;
1349: FND_MSG_PUB.Count_And_Get(
1350: p_encoded => FND_API.G_FALSE,
1351: p_count => x_msg_count,

Line 2003: FND_MESSAGE.SET_NAME('AR', 'HZ_API_OTHERS_EXCEP');

1999: ROLLBACK TO process_update_cpts_pvt;
2000: FND_FILE.put_line(fnd_file.log,'Unexpected error occurs while updating contactpoints');
2001: FND_FILE.put_line(fnd_file.log, l_errm);
2002: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
2003: FND_MESSAGE.SET_NAME('AR', 'HZ_API_OTHERS_EXCEP');
2004: FND_MESSAGE.SET_TOKEN('ERROR' ,SQLERRM);
2005: FND_MSG_PUB.ADD;
2006: FND_MSG_PUB.Count_And_Get(
2007: p_encoded => FND_API.G_FALSE,

Line 2004: FND_MESSAGE.SET_TOKEN('ERROR' ,SQLERRM);

2000: FND_FILE.put_line(fnd_file.log,'Unexpected error occurs while updating contactpoints');
2001: FND_FILE.put_line(fnd_file.log, l_errm);
2002: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
2003: FND_MESSAGE.SET_NAME('AR', 'HZ_API_OTHERS_EXCEP');
2004: FND_MESSAGE.SET_TOKEN('ERROR' ,SQLERRM);
2005: FND_MSG_PUB.ADD;
2006: FND_MSG_PUB.Count_And_Get(
2007: p_encoded => FND_API.G_FALSE,
2008: p_count => x_msg_count,

Line 2106: FND_MESSAGE.SET_NAME('AR', 'HZ_API_OTHERS_EXCEP');

2102: ROLLBACK TO load_contactpoints_pvt;
2103: FND_FILE.put_line(fnd_file.log,'Unexpected error occurs while loading contactpoints');
2104: FND_FILE.put_line(fnd_file.log, l_errm);
2105: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
2106: FND_MESSAGE.SET_NAME('AR', 'HZ_API_OTHERS_EXCEP');
2107: FND_MESSAGE.SET_TOKEN('ERROR' ,l_errm);
2108: FND_MSG_PUB.ADD;
2109: FND_MSG_PUB.Count_And_Get(
2110: p_encoded => FND_API.G_FALSE,

Line 2107: FND_MESSAGE.SET_TOKEN('ERROR' ,l_errm);

2103: FND_FILE.put_line(fnd_file.log,'Unexpected error occurs while loading contactpoints');
2104: FND_FILE.put_line(fnd_file.log, l_errm);
2105: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
2106: FND_MESSAGE.SET_NAME('AR', 'HZ_API_OTHERS_EXCEP');
2107: FND_MESSAGE.SET_TOKEN('ERROR' ,l_errm);
2108: FND_MSG_PUB.ADD;
2109: FND_MSG_PUB.Count_And_Get(
2110: p_encoded => FND_API.G_FALSE,
2111: p_count => x_msg_count,

Line 2130: FND_MESSAGE.SET_NAME('AR', 'HZ_API_OTHERS_EXCEP');

2126: ROLLBACK TO load_contactpoints_pvt;
2127: FND_FILE.put_line(fnd_file.log,'Unexpected error occurs while loading contactpoints');
2128: FND_FILE.put_line(fnd_file.log, l_errm);
2129: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
2130: FND_MESSAGE.SET_NAME('AR', 'HZ_API_OTHERS_EXCEP');
2131: FND_MESSAGE.SET_TOKEN('ERROR' ,SQLERRM);
2132: FND_MSG_PUB.ADD;
2133: FND_MSG_PUB.Count_And_Get(
2134: p_encoded => FND_API.G_FALSE,

Line 2131: FND_MESSAGE.SET_TOKEN('ERROR' ,SQLERRM);

2127: FND_FILE.put_line(fnd_file.log,'Unexpected error occurs while loading contactpoints');
2128: FND_FILE.put_line(fnd_file.log, l_errm);
2129: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
2130: FND_MESSAGE.SET_NAME('AR', 'HZ_API_OTHERS_EXCEP');
2131: FND_MESSAGE.SET_TOKEN('ERROR' ,SQLERRM);
2132: FND_MSG_PUB.ADD;
2133: FND_MSG_PUB.Count_And_Get(
2134: p_encoded => FND_API.G_FALSE,
2135: p_count => x_msg_count,