DBA Data[Home] [Help]

APPS.CN_POST_COLLECTION_TAE_PUB dependencies on FND_FILE

Line 184: fnd_file.put_line(fnd_file.Log, 'Start: collect trans data<<');

180: ' adjust_status <> ''REVERSAL'' ' ||
181: ' AND (adjust_comments IS NULL OR adjust_comments <> ''Created by TAE'') ';
182: END IF;
183:
184: fnd_file.put_line(fnd_file.Log, 'Start: collect trans data<<');
185: -- Begin --
186: jty_assign_bulk_pub.collect_trans_data
187: ( p_api_version_number => 1.0,
188: p_init_msg_list => FND_API.G_FALSE,

Line 203: fnd_file.put_line(fnd_file.Log, 'End: jty_assign_bulk_pub.collect_trans_data trans data');

199: x_msg_data => x_msg_data,
200: ERRBUF => errbuf,
201: RETCODE => retcode
202: );
203: fnd_file.put_line(fnd_file.Log, 'End: jty_assign_bulk_pub.collect_trans_data trans data');
204: IF (retcode = 0) THEN
205: fnd_file.put_line(fnd_file.Log, 'Start: get winners<<');
206: jty_assign_bulk_pub.get_winners
207: ( p_api_version_number => 1.0,

Line 205: fnd_file.put_line(fnd_file.Log, 'Start: get winners<<');

201: RETCODE => retcode
202: );
203: fnd_file.put_line(fnd_file.Log, 'End: jty_assign_bulk_pub.collect_trans_data trans data');
204: IF (retcode = 0) THEN
205: fnd_file.put_line(fnd_file.Log, 'Start: get winners<<');
206: jty_assign_bulk_pub.get_winners
207: ( p_api_version_number => 1.0,
208: p_init_msg_list => FND_API.G_FALSE,
209: p_source_id => -1001,

Line 221: fnd_file.put_line(fnd_file.Log, 'End: get winners<<');

217: x_msg_data => x_msg_data,
218: ERRBUF => errbuf,
219: RETCODE => retcode
220: );
221: fnd_file.put_line(fnd_file.Log, 'End: get winners<<');
222: END IF;
223: IF retcode <> 0 THEN
224: RAISE fnd_api.g_exc_error;
225: END IF;

Line 228: fnd_file.put_line(fnd_file.Log, 'Start: Cn : Process trx records<<');

224: RAISE fnd_api.g_exc_error;
225: END IF;
226:
227: IF retcode=0 THEN
228: fnd_file.put_line(fnd_file.Log, 'Start: Cn : Process trx records<<');
229: CN_PROCESS_TAE_TRX_PUB.Process_Trx_Records(
230:
231: p_api_version => p_api_version,
232: p_init_msg_list => p_init_msg_list,

Line 240: fnd_file.put_line(fnd_file.Log, 'End: Cn : Process trx records<<');

236: x_return_status => l_return_status,
237: x_msg_count => l_msg_count,
238: x_msg_data => l_msg_data,
239: p_org_id => l_org_id);
240: fnd_file.put_line(fnd_file.Log, 'End: Cn : Process trx records<<');
241: END IF;
242:
243: IF (l_return_status <> FND_API.G_RET_STS_SUCCESS) THEN
244: RAISE FND_API.G_EXC_ERROR ;