DBA Data[Home] [Help]

APPS.OKL_AM_BTCH_EXP_LEASE_LOAN_PVT dependencies on FND_MESSAGE

Line 2601: fnd_message.set_name ('OKL', 'OKL_AM_BTCH_ERR');

2597: -- Either the contract is invalid or contract has not reached its end date
2598: -- or there is no recycled termination transaction for the contract.
2599:
2600: -- Set the message
2601: fnd_message.set_name ('OKL', 'OKL_AM_BTCH_ERR');
2602: -- Get the message
2603: l_message := fnd_message.get;
2604:
2605: IF (is_debug_statement_on) THEN

Line 2603: l_message := fnd_message.get;

2599:
2600: -- Set the message
2601: fnd_message.set_name ('OKL', 'OKL_AM_BTCH_ERR');
2602: -- Get the message
2603: l_message := fnd_message.get;
2604:
2605: IF (is_debug_statement_on) THEN
2606: okl_debug_pub.log_debug (g_level_statement,
2607: l_module_name,

Line 4259: errbuf := fnd_message.get;

4255: || request_id
4256: );
4257:
4258: IF (request_id = 0) THEN
4259: errbuf := fnd_message.get;
4260: retcode := 2;
4261: END IF;
4262: END IF;
4263: END LOOP;