DBA Data[Home] [Help]

APPS.CSI_INV_DISCREPANCY_PKG dependencies on FND_MESSAGE

Line 39: fnd_message.set_name('CSI', 'CSI_FND_INVALID_SCHEMA_ERROR');

35: industry => l_industry,
36: oracle_schema => l_oracle_schema);
37:
38: IF NOT l_return THEN
39: fnd_message.set_name('CSI', 'CSI_FND_INVALID_SCHEMA_ERROR');
40: fnd_msg_pub.add;
41: RAISE fnd_api.g_exc_error;
42: END IF;
43:

Line 1353: FND_MESSAGE.RETRIEVE(l_errbuf);

1349: COMMIT; -- this commit is the concurrent request in the fnd_concurrent_requests for parallel
1350:
1351: IF l_request_id = 0
1352: THEN
1353: FND_MESSAGE.RETRIEVE(l_errbuf);
1354: debug('IB - INV Discrepancy Report has errored');
1355: debug('Error message :'||substr(l_errbuf,1,75));
1356: debug(' :'||substr(l_errbuf,76,150));
1357: debug(' :'||substr(l_errbuf,151,225));