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 1982: FND_MESSAGE.SET_NAME('AR', 'HZ_API_OTHERS_EXCEP');

1978: ROLLBACK TO process_update_cpts_pvt;
1979: FND_FILE.put_line(fnd_file.log,'Unexpected error occurs while updating contactpoints');
1980: FND_FILE.put_line(fnd_file.log, l_errm);
1981: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1982: FND_MESSAGE.SET_NAME('AR', 'HZ_API_OTHERS_EXCEP');
1983: FND_MESSAGE.SET_TOKEN('ERROR' ,SQLERRM);
1984: FND_MSG_PUB.ADD;
1985: FND_MSG_PUB.Count_And_Get(
1986: p_encoded => FND_API.G_FALSE,

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

1979: FND_FILE.put_line(fnd_file.log,'Unexpected error occurs while updating contactpoints');
1980: FND_FILE.put_line(fnd_file.log, l_errm);
1981: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1982: FND_MESSAGE.SET_NAME('AR', 'HZ_API_OTHERS_EXCEP');
1983: FND_MESSAGE.SET_TOKEN('ERROR' ,SQLERRM);
1984: FND_MSG_PUB.ADD;
1985: FND_MSG_PUB.Count_And_Get(
1986: p_encoded => FND_API.G_FALSE,
1987: p_count => x_msg_count,

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

2081: ROLLBACK TO load_contactpoints_pvt;
2082: FND_FILE.put_line(fnd_file.log,'Unexpected error occurs while loading contactpoints');
2083: FND_FILE.put_line(fnd_file.log, l_errm);
2084: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
2085: FND_MESSAGE.SET_NAME('AR', 'HZ_API_OTHERS_EXCEP');
2086: FND_MESSAGE.SET_TOKEN('ERROR' ,l_errm);
2087: FND_MSG_PUB.ADD;
2088: FND_MSG_PUB.Count_And_Get(
2089: p_encoded => FND_API.G_FALSE,

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

2082: FND_FILE.put_line(fnd_file.log,'Unexpected error occurs while loading contactpoints');
2083: FND_FILE.put_line(fnd_file.log, l_errm);
2084: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
2085: FND_MESSAGE.SET_NAME('AR', 'HZ_API_OTHERS_EXCEP');
2086: FND_MESSAGE.SET_TOKEN('ERROR' ,l_errm);
2087: FND_MSG_PUB.ADD;
2088: FND_MSG_PUB.Count_And_Get(
2089: p_encoded => FND_API.G_FALSE,
2090: p_count => x_msg_count,

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

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

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

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