DBA Data[Home] [Help]

APPS.OKL_UBB_PUB dependencies on FND_API

Line 142: l_mesg := substr(fnd_msg_pub.get(fnd_msg_pub.G_FIRST, fnd_api.G_FALSE), 1, 512);

138:
139: l_msg_count := fnd_msg_pub.count_msg;
140: IF l_msg_count > 0 THEN
141:
142: l_mesg := substr(fnd_msg_pub.get(fnd_msg_pub.G_FIRST, fnd_api.G_FALSE), 1, 512);
143:
144: FOR i IN 1..(l_msg_count - 1) LOOP
145: l_mesg := l_mesg ||
146: substr(fnd_msg_pub.get(fnd_msg_pub.G_NEXT,fnd_api.G_FALSE), 1, 512);

Line 146: substr(fnd_msg_pub.get(fnd_msg_pub.G_NEXT,fnd_api.G_FALSE), 1, 512);

142: l_mesg := substr(fnd_msg_pub.get(fnd_msg_pub.G_FIRST, fnd_api.G_FALSE), 1, 512);
143:
144: FOR i IN 1..(l_msg_count - 1) LOOP
145: l_mesg := l_mesg ||
146: substr(fnd_msg_pub.get(fnd_msg_pub.G_NEXT,fnd_api.G_FALSE), 1, 512);
147: END LOOP;
148:
149: fnd_msg_pub.delete_msg();
150:

Line 300: p_init_msg_list => FND_API.G_FALSE,

296: FND_FILE.PUT_LINE (FND_FILE.OUTPUT, '***********************************************');
297:
298: bill_service_contract(
299: p_api_version => l_api_version,
300: p_init_msg_list => FND_API.G_FALSE,
301: x_return_status => lx_return_status,
302: x_msg_count => lx_msg_count,
303: x_msg_data => errbuf,
304: p_contract_number => p_contract_number