DBA Data[Home] [Help]

APPS.CTO_UPDATE_ITEMS_PK dependencies on FND_MSG_PUB

Line 233: l_msg_data := fnd_msg_pub.get(

229:
230: lstmtnum := 20;
231: FOR l_index IN 1..nvl(l_msg_count,1) LOOP
232: lstmtnum := 20;
233: l_msg_data := fnd_msg_pub.get(
234: p_msg_index => l_index,
235: p_encoded => FND_API.G_FALSE);
236: lstmtnum := 30;
237: WriteToLog('Error : '||substr(l_msg_data,1,250), 1);

Line 317: l_msg_data := fnd_msg_pub.get(

313: WriteToLog('ERROR: Configuration item '||v_configs.config_name, 1);
314: END LOOP;
315:
316: FOR l_index IN 1..nvl(l_msg_count,1) LOOP
317: l_msg_data := fnd_msg_pub.get(
318: p_msg_index => l_index,
319: p_encoded => FND_API.G_FALSE);
320: WriteToLog('Error : '||substr(l_msg_data,1,250), 1);
321: END LOOP;

Line 548: l_msg_data := fnd_msg_pub.get(

544: WriteToLog('ERROR: Configuration item '||v_configs.config_name, 1);
545: END LOOP;
546:
547: FOR l_index IN 1..nvl(l_msg_count,1) LOOP
548: l_msg_data := fnd_msg_pub.get(
549: p_msg_index => l_index,
550: p_encoded => FND_API.G_FALSE);
551: WriteToLog('Error : '||substr(l_msg_data,1,250), 1);
552: END LOOP;

Line 606: l_msg_data := fnd_msg_pub.get(

602: WriteToLog('ERROR: Configuration item '||v_configs.config_name, 1);
603: END LOOP;
604:
605: FOR l_index IN 1..nvl(l_msg_count,1) LOOP
606: l_msg_data := fnd_msg_pub.get(
607: p_msg_index => l_index,
608: p_encoded => FND_API.G_FALSE);
609: WriteToLog('Error : '||substr(l_msg_data,1,250), 1);
610: END LOOP;

Line 659: l_msg_data := fnd_msg_pub.get(

655: WriteToLog('ERROR: Configuration item '||v_configs.config_name, 1);
656: END LOOP;
657:
658: FOR l_index IN 1..nvl(l_msg_count,1) LOOP
659: l_msg_data := fnd_msg_pub.get(
660: p_msg_index => l_index,
661: p_encoded => FND_API.G_FALSE);
662: WriteToLog('Error : '||substr(l_msg_data,1,250), 1);
663: END LOOP;