DBA Data[Home] [Help]

APPS.CN_POST_COLLECTION_TAE_PUB dependencies on FND_FILE

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

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

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

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

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

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

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

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

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

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

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

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