DBA Data[Home] [Help]

APPS.OKL_AM_CONTRACT_PRTFL_PVT dependencies on FND_MSG_PUB

Line 658: l_msg_idx INTEGER := FND_MSG_PUB.G_FIRST;

654: l_msg_count NUMBER;
655: l_msg_data VARCHAR2(2000);
656: l_transaction_status VARCHAR2(1);
657: lx_error_rec OKL_API.error_rec_type;
658: l_msg_idx INTEGER := FND_MSG_PUB.G_FIRST;
659: l_api_name CONSTANT VARCHAR2(30) := 'batch_upd_cntrct_prtfl';
660: l_total_count NUMBER;
661: l_processed_count NUMBER;
662: l_error_count NUMBER;

Line 686: fnd_msg_pub.get(

682:
683: -- Get the messages in the log
684: LOOP
685:
686: fnd_msg_pub.get(
687: p_msg_index => l_msg_idx,
688: p_encoded => FND_API.G_FALSE,
689: p_data => lx_error_rec.msg_data,
690: p_msg_index_out => lx_error_rec.msg_count);

Line 699: EXIT WHEN ((lx_error_rec.msg_count = FND_MSG_PUB.COUNT_MSG)

695: fnd_file.put_line(fnd_file.output, lx_error_rec.msg_data);
696:
697: END IF;
698:
699: EXIT WHEN ((lx_error_rec.msg_count = FND_MSG_PUB.COUNT_MSG)
700: OR (lx_error_rec.msg_count IS NULL));
701:
702: l_msg_idx := FND_MSG_PUB.G_NEXT;
703: END LOOP;

Line 702: l_msg_idx := FND_MSG_PUB.G_NEXT;

698:
699: EXIT WHEN ((lx_error_rec.msg_count = FND_MSG_PUB.COUNT_MSG)
700: OR (lx_error_rec.msg_count IS NULL));
701:
702: l_msg_idx := FND_MSG_PUB.G_NEXT;
703: END LOOP;
704:
705:
706: fnd_file.new_line(fnd_file.log,2);

Line 1076: l_msg_idx INTEGER := FND_MSG_PUB.G_FIRST;

1072: l_msg_count NUMBER;
1073: l_msg_data VARCHAR2(2000);
1074:
1075: lx_error_rec OKL_API.error_rec_type;
1076: l_msg_idx INTEGER := FND_MSG_PUB.G_FIRST;
1077: l_api_name CONSTANT VARCHAR2(30) := 'batch_exe_cntrct_prtfl';
1078: l_total_count NUMBER;
1079: l_processed_count NUMBER;
1080: l_error_count NUMBER;

Line 1102: fnd_msg_pub.get(

1098:
1099: -- Get the messages in the log
1100: LOOP
1101:
1102: fnd_msg_pub.get(
1103: p_msg_index => l_msg_idx,
1104: p_encoded => FND_API.G_FALSE,
1105: p_data => lx_error_rec.msg_data,
1106: p_msg_index_out => lx_error_rec.msg_count);

Line 1115: EXIT WHEN ((lx_error_rec.msg_count = FND_MSG_PUB.COUNT_MSG)

1111: fnd_file.put_line(fnd_file.output, lx_error_rec.msg_data);
1112:
1113: END IF;
1114:
1115: EXIT WHEN ((lx_error_rec.msg_count = FND_MSG_PUB.COUNT_MSG)
1116: OR (lx_error_rec.msg_count IS NULL));
1117:
1118: l_msg_idx := FND_MSG_PUB.G_NEXT;
1119: END LOOP;

Line 1118: l_msg_idx := FND_MSG_PUB.G_NEXT;

1114:
1115: EXIT WHEN ((lx_error_rec.msg_count = FND_MSG_PUB.COUNT_MSG)
1116: OR (lx_error_rec.msg_count IS NULL));
1117:
1118: l_msg_idx := FND_MSG_PUB.G_NEXT;
1119: END LOOP;
1120:
1121:
1122: fnd_file.new_line(fnd_file.log,2);