DBA Data[Home] [Help]

APPS.OKL_AM_BTCH_EXP_LEASE_LOAN_PVT dependencies on FND_MESSAGE

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

2569: -- Either the contract is invalid or contract has not reached its end date
2570: -- or there is no recycled termination transaction for the contract.
2571:
2572: -- Set the message
2573: fnd_message.set_name ('OKL', 'OKL_AM_BTCH_ERR');
2574: -- Get the message
2575: l_message := fnd_message.get;
2576:
2577: IF (is_debug_statement_on) THEN

Line 2575: l_message := fnd_message.get;

2571:
2572: -- Set the message
2573: fnd_message.set_name ('OKL', 'OKL_AM_BTCH_ERR');
2574: -- Get the message
2575: l_message := fnd_message.get;
2576:
2577: IF (is_debug_statement_on) THEN
2578: okl_debug_pub.log_debug (g_level_statement,
2579: l_module_name,

Line 4176: errbuf := fnd_message.get;

4172: || request_id
4173: );
4174:
4175: IF (request_id = 0) THEN
4176: errbuf := fnd_message.get;
4177: retcode := 2;
4178: END IF;
4179: END IF;
4180: END LOOP;