DBA Data[Home] [Help]

APPS.INV_PURGE_PUB dependencies on FND_MESSAGE

Line 81: fnd_message.set_name('INV','INV_NO_CLOSED_PERIOD');

77: AND open_flag = 'N';
78: EXCEPTION
79: WHEN NO_DATA_FOUND THEN
80: fnd_msg_pub.initialize;
81: fnd_message.set_name('INV','INV_NO_CLOSED_PERIOD');
82: fnd_msg_pub.add;
83: fnd_file.put_line(fnd_file.LOG,substrb(fnd_msg_pub.get(p_encoded =>FND_API.G_FALSE),1,250));
84: RETURN;
85: END;

Line 143: fnd_message.set_name('INV', 'INV_PURGE_TXN_ERR');

139: -- Commented out as part of Bug# 3542452
140: --l_ret := fnd_concurrent.set_completion_status('ERROR', 'Error');
141: --x_errbuf := 'Error';
142: x_retcode := 2;
143: fnd_message.set_name('INV', 'INV_PURGE_TXN_ERR');
144: x_errbuf := fnd_message.get;
145: END purge_transactions;
146: END inv_purge_pub;

Line 144: x_errbuf := fnd_message.get;

140: --l_ret := fnd_concurrent.set_completion_status('ERROR', 'Error');
141: --x_errbuf := 'Error';
142: x_retcode := 2;
143: fnd_message.set_name('INV', 'INV_PURGE_TXN_ERR');
144: x_errbuf := fnd_message.get;
145: END purge_transactions;
146: END inv_purge_pub;