DBA Data[Home] [Help]

APPS.JL_VENDORMERGE_GRP dependencies on FND_MESSAGE

Line 130: FND_MESSAGE.SET_NAME('AR', 'HZ_MERGE_SQL_ERROR');

126: NULL;
127: WHEN OTHERS THEN
128: p_return_status := FND_API.G_RET_STS_ERROR ;
129: ROLLBACK TO jl_vendor_merge;
130: FND_MESSAGE.SET_NAME('AR', 'HZ_MERGE_SQL_ERROR');
131: FND_MESSAGE.SET_TOKEN('ERROR' ,SQLERRM);
132: FND_MSG_PUB.Add;
133: /*---------------------------------------------------------+
134: | FND_MSG_PUB.Count_And_Get used to get the count of mesg.|

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

127: WHEN OTHERS THEN
128: p_return_status := FND_API.G_RET_STS_ERROR ;
129: ROLLBACK TO jl_vendor_merge;
130: FND_MESSAGE.SET_NAME('AR', 'HZ_MERGE_SQL_ERROR');
131: FND_MESSAGE.SET_TOKEN('ERROR' ,SQLERRM);
132: FND_MSG_PUB.Add;
133: /*---------------------------------------------------------+
134: | FND_MSG_PUB.Count_And_Get used to get the count of mesg.|
135: | in the message stack. If there is only one message in |