DBA Data[Home] [Help]

APPS.CSD_UPDATE_PROGRAMS_PVT dependencies on FND_FILE

Line 1455: fnd_file.put_line(fnd_file.log,l_msg_text);

1451: -- Retrive the message from the msg stack
1452: l_msg_text := fnd_message.get;
1453:
1454: -- Log the number of records processed in concurrent program output and log file
1455: fnd_file.put_line(fnd_file.log,l_msg_text);
1456: fnd_file.put_line(fnd_file.output,l_msg_text);
1457:
1458: -- Debug message
1459: Debug(l_msg_text,l_mod_name,1 );

Line 1456: fnd_file.put_line(fnd_file.output,l_msg_text);

1452: l_msg_text := fnd_message.get;
1453:
1454: -- Log the number of records processed in concurrent program output and log file
1455: fnd_file.put_line(fnd_file.log,l_msg_text);
1456: fnd_file.put_line(fnd_file.output,l_msg_text);
1457:
1458: -- Debug message
1459: Debug(l_msg_text,l_mod_name,1 );
1460:

Line 3000: fnd_file.put_line(fnd_file.log, fnd_message.get);

2996: -- Debug message
2997: Debug(fnd_message.get,l_mod_name,1);
2998:
2999: -- Log messages in concurrent log and output file
3000: fnd_file.put_line(fnd_file.log, fnd_message.get);
3001:
3002: -- Initialize the activity rec
3003: l_activity_rec := INIT_ACTIVITY_REC ;
3004:

Line 3160: fnd_file.put_line(fnd_file.log,fnd_message.get);

3156: Debug(fnd_message.get,l_mod_name,1);
3157:
3158: -- Log the number of records processed in concurrent
3159: -- program output and log file
3160: fnd_file.put_line(fnd_file.log,fnd_message.get);
3161: fnd_file.put_line(fnd_file.output,fnd_message.get);
3162:
3163: -- Standard check of p_commit.
3164: IF FND_API.To_Boolean( p_commit ) THEN

Line 3161: fnd_file.put_line(fnd_file.output,fnd_message.get);

3157:
3158: -- Log the number of records processed in concurrent
3159: -- program output and log file
3160: fnd_file.put_line(fnd_file.log,fnd_message.get);
3161: fnd_file.put_line(fnd_file.output,fnd_message.get);
3162:
3163: -- Standard check of p_commit.
3164: IF FND_API.To_Boolean( p_commit ) THEN
3165: COMMIT WORK;

Line 6952: fnd_file.put_line(fnd_file.log, fnd_message.get);

6948: fnd_message.set_name('CSD','CSD_INSTANCE_MISSING');
6949: fnd_message.set_token('SERIAL_NUM',I.shipped_serial_num);
6950: fnd_msg_pub.add;
6951: FND_LOG.MESSAGE(l_error_level,l_mod_name, FALSE);
6952: fnd_file.put_line(fnd_file.log, fnd_message.get);
6953: ELSE
6954: fnd_message.set_name('CSD','CSD_INSTANCE_MISSING');
6955: fnd_message.set_token('SERIAL_NUM',I.shipped_serial_num);
6956: fnd_msg_pub.add;

Line 6957: fnd_file.put_line(fnd_file.log, fnd_message.get);

6953: ELSE
6954: fnd_message.set_name('CSD','CSD_INSTANCE_MISSING');
6955: fnd_message.set_token('SERIAL_NUM',I.shipped_serial_num);
6956: fnd_msg_pub.add;
6957: fnd_file.put_line(fnd_file.log, fnd_message.get);
6958: /*Fixed for bug#5563369
6959: Correct message name CSD_INSTANCE_MISSING is used instead of
6960: CSD_INV_INSTANCE_ID.
6961: */

Line 6981: fnd_file.put_line(fnd_file.log, fnd_message.get);

6977: fnd_message.set_name('CSD','CSD_INSTANCE_MISSING');
6978: fnd_message.set_token('SERIAL_NUM',I.shipped_serial_num);
6979: fnd_msg_pub.add;
6980: FND_LOG.MESSAGE(l_error_level,l_mod_name, FALSE);
6981: fnd_file.put_line(fnd_file.log, fnd_message.get);
6982: ELSE
6983: fnd_message.set_name('CSD','CSD_INSTANCE_MISSING');
6984: fnd_message.set_token('SERIAL_NUM',I.shipped_serial_num);
6985: fnd_msg_pub.add;

Line 6986: fnd_file.put_line(fnd_file.log, fnd_message.get);

6982: ELSE
6983: fnd_message.set_name('CSD','CSD_INSTANCE_MISSING');
6984: fnd_message.set_token('SERIAL_NUM',I.shipped_serial_num);
6985: fnd_msg_pub.add;
6986: fnd_file.put_line(fnd_file.log, fnd_message.get);
6987: END IF;
6988: RAISE FND_API.G_EXC_ERROR;
6989: End;
6990:

Line 7198: fnd_file.put_line(fnd_file.log,fnd_message.get);

7194: -- Debug messages
7195: Debug(fnd_message.get,l_mod_name,1);
7196:
7197: -- Log messages in the concurrent log and output file
7198: fnd_file.put_line(fnd_file.log,fnd_message.get);
7199: fnd_file.put_line(fnd_file.output,fnd_message.get);
7200:
7201: -- Standard check of p_commit.
7202: IF FND_API.To_Boolean( p_commit ) THEN

Line 7199: fnd_file.put_line(fnd_file.output,fnd_message.get);

7195: Debug(fnd_message.get,l_mod_name,1);
7196:
7197: -- Log messages in the concurrent log and output file
7198: fnd_file.put_line(fnd_file.log,fnd_message.get);
7199: fnd_file.put_line(fnd_file.output,fnd_message.get);
7200:
7201: -- Standard check of p_commit.
7202: IF FND_API.To_Boolean( p_commit ) THEN
7203: COMMIT WORK;

Line 9078: fnd_file.put_line(fnd_file.log,l_msg_text);

9074: -- Also concatenate the messages to l_msg_data
9075: IF l_msg_count > 1 then
9076: FOR i IN 1..l_msg_count LOOP
9077: l_msg_text := FND_MSG_PUB.Get(i,FND_API.G_FALSE);
9078: fnd_file.put_line(fnd_file.log,l_msg_text);
9079: fnd_file.put_line(fnd_file.output,l_msg_text);
9080: l_msg_data := l_msg_data||l_msg_text;
9081: END LOOP ;
9082: END IF ;

Line 9079: fnd_file.put_line(fnd_file.output,l_msg_text);

9075: IF l_msg_count > 1 then
9076: FOR i IN 1..l_msg_count LOOP
9077: l_msg_text := FND_MSG_PUB.Get(i,FND_API.G_FALSE);
9078: fnd_file.put_line(fnd_file.log,l_msg_text);
9079: fnd_file.put_line(fnd_file.output,l_msg_text);
9080: l_msg_data := l_msg_data||l_msg_text;
9081: END LOOP ;
9082: END IF ;
9083:

Line 9314: fnd_file.put_line(fnd_file.log,l_msg_text);

9310: -- Also concatenate the messages to l_msg_data
9311: IF l_msg_count > 1 then
9312: FOR i IN 1..l_msg_count LOOP
9313: l_msg_text := FND_MSG_PUB.Get(i,FND_API.G_FALSE);
9314: fnd_file.put_line(fnd_file.log,l_msg_text);
9315: fnd_file.put_line(fnd_file.output,l_msg_text);
9316: l_msg_data := l_msg_data||l_msg_text;
9317: END LOOP ;
9318: END IF ;

Line 9315: fnd_file.put_line(fnd_file.output,l_msg_text);

9311: IF l_msg_count > 1 then
9312: FOR i IN 1..l_msg_count LOOP
9313: l_msg_text := FND_MSG_PUB.Get(i,FND_API.G_FALSE);
9314: fnd_file.put_line(fnd_file.log,l_msg_text);
9315: fnd_file.put_line(fnd_file.output,l_msg_text);
9316: l_msg_data := l_msg_data||l_msg_text;
9317: END LOOP ;
9318: END IF ;
9319: