DBA Data[Home] [Help]

APPS.CTO_UPDATE_ITEMS_PK dependencies on FND_MSG_PUB

Line 253: l_msg_data := fnd_msg_pub.get(

249:
250: lstmtnum := 20;
251: FOR l_index IN 1..nvl(l_msg_count,1) LOOP
252: lstmtnum := 20;
253: l_msg_data := fnd_msg_pub.get(
254: p_msg_index => l_index,
255: p_encoded => FND_API.G_FALSE);
256: lstmtnum := 30;
257: WriteToLog('Error : '||substr(l_msg_data,1,250), 1);

Line 348: l_msg_data := fnd_msg_pub.get(

344: WriteToLog('ERROR: Configuration item '||v_configs.config_name, 1);
345: END LOOP;
346:
347: FOR l_index IN 1..nvl(l_msg_count,1) LOOP
348: l_msg_data := fnd_msg_pub.get(
349: p_msg_index => l_index,
350: p_encoded => FND_API.G_FALSE);
351: WriteToLog('Error : '||substr(l_msg_data,1,250), 1);
352: END LOOP;

Line 613: l_msg_data := fnd_msg_pub.get(

609: WriteToLog('ERROR: Configuration item '||v_configs.config_name, 1);
610: END LOOP;
611:
612: FOR l_index IN 1..nvl(l_msg_count,1) LOOP
613: l_msg_data := fnd_msg_pub.get(
614: p_msg_index => l_index,
615: p_encoded => FND_API.G_FALSE);
616: WriteToLog('Error : '||substr(l_msg_data,1,250), 1);
617: END LOOP;

Line 732: l_msg_data := fnd_msg_pub.get(

728: WriteToLog('ERROR: Configuration item '||v_configs.config_name, 1);
729: END LOOP;
730:
731: FOR l_index IN 1..nvl(l_msg_count,1) LOOP
732: l_msg_data := fnd_msg_pub.get(
733: p_msg_index => l_index,
734: p_encoded => FND_API.G_FALSE);
735: WriteToLog('Error : '||substr(l_msg_data,1,250), 1);
736: END LOOP;

Line 796: l_msg_data := fnd_msg_pub.get(

792: WriteToLog('ERROR: Configuration item '||v_configs.config_name, 1);
793: END LOOP;
794:
795: FOR l_index IN 1..nvl(l_msg_count,1) LOOP
796: l_msg_data := fnd_msg_pub.get(
797: p_msg_index => l_index,
798: p_encoded => FND_API.G_FALSE);
799: WriteToLog('Error : '||substr(l_msg_data,1,250), 1);
800: END LOOP;