DBA Data[Home] [Help]

APPS.OKL_OPEN_INTERFACE_PVT dependencies on FND_FILE

Line 745: fnd_file.put_line (fnd_file.log, p_message);

741: ) IS
742: L_DEBUG NUMBER := 1;
743: BEGIN
744: IF ( L_DEBUG = 1 ) THEN
745: fnd_file.put_line (fnd_file.log, p_message);
746: --dbms_output.put_line (p_message);
747: okl_debug_pub.logmessage(p_message);
748: END IF;
749:

Line 789: fnd_file.put_line(fnd_file.output, 'Error '||to_char(i)||': '||x_msg_data);

785: p_data => x_msg_data,
786: p_msg_index_out => x_msg_index_out
787: );
788:
789: fnd_file.put_line(fnd_file.output, 'Error '||to_char(i)||': '||x_msg_data);
790: --dbms_output.put_line('Error '||to_char(i)||': '||x_msg_data);
791: debug_message('Error '||to_char(i)||': '||x_msg_data);
792:
793: END LOOP;

Line 806: fnd_file.put_line(fnd_file.output, p_message);

802: ) IS
803: BEGIN
804: --dbms_output.put_line(p_message);
805: debug_message(p_message);
806: fnd_file.put_line(fnd_file.output, p_message);
807: END write_to_log;
808:
809: ------------------------------------------------------------------------------
810: -- PROCEDURE get_can_bto

Line 906: --fnd_file.put_line(fnd_file.output, 'OKL Contract Open Interface Report');

902: X_Progress := '010';
903: X_return_status := OKL_API.G_RET_STS_SUCCESS;
904: g_instance_number := nvl(p_instance_number, 'NONE');
905:
906: --fnd_file.put_line(fnd_file.output, 'OKL Contract Open Interface Report');
907: --fnd_file.put_line(fnd_file.output, '==================================');
908: write_to_log('OKL Contract Open Interface Report');
909: write_to_log('==================================');
910:

Line 907: --fnd_file.put_line(fnd_file.output, '==================================');

903: X_return_status := OKL_API.G_RET_STS_SUCCESS;
904: g_instance_number := nvl(p_instance_number, 'NONE');
905:
906: --fnd_file.put_line(fnd_file.output, 'OKL Contract Open Interface Report');
907: --fnd_file.put_line(fnd_file.output, '==================================');
908: write_to_log('OKL Contract Open Interface Report');
909: write_to_log('==================================');
910:
911: write_to_log('***** Parameter values *****');

Line 984: --fnd_file.put_line(fnd_file.output, '==================================');

980: * x_msg_data => x_msg_data
981: * );
982: *
983: -- Check if Validation is SUCCESSFUL or not
984: --fnd_file.put_line(fnd_file.output, '==================================');
985: --fnd_file.put_line(fnd_file.output, 'Total Contract Checked for loading: '||TO_CHAR(nvl(x_total_checked,0)));
986: --fnd_file.put_line(fnd_file.output, '==================================');
987:
988: * write_to_log('==================================');

Line 985: --fnd_file.put_line(fnd_file.output, 'Total Contract Checked for loading: '||TO_CHAR(nvl(x_total_checked,0)));

981: * );
982: *
983: -- Check if Validation is SUCCESSFUL or not
984: --fnd_file.put_line(fnd_file.output, '==================================');
985: --fnd_file.put_line(fnd_file.output, 'Total Contract Checked for loading: '||TO_CHAR(nvl(x_total_checked,0)));
986: --fnd_file.put_line(fnd_file.output, '==================================');
987:
988: * write_to_log('==================================');
989: * write_to_log('Total Contract Checked for loading: '||TO_CHAR(nvl(x_total_checked,0)));

Line 986: --fnd_file.put_line(fnd_file.output, '==================================');

982: *
983: -- Check if Validation is SUCCESSFUL or not
984: --fnd_file.put_line(fnd_file.output, '==================================');
985: --fnd_file.put_line(fnd_file.output, 'Total Contract Checked for loading: '||TO_CHAR(nvl(x_total_checked,0)));
986: --fnd_file.put_line(fnd_file.output, '==================================');
987:
988: * write_to_log('==================================');
989: * write_to_log('Total Contract Checked for loading: '||TO_CHAR(nvl(x_total_checked,0)));
990: * write_to_log('==================================');

Line 3153: --fnd_file.put_line(fnd_file.output, 'Checking... '||okl_header_rec.contract_number_old);

3149: LOOP
3150:
3151: BEGIN
3152: -- Validation Starts For each Contract
3153: --fnd_file.put_line(fnd_file.output, 'Checking... '||okl_header_rec.contract_number_old);
3154:
3155: write_to_log('Checking... '||okl_header_rec.contract_number_old);
3156:
3157: x_total_checked := nvl(x_total_checked,0) + 1;

Line 25233: --fnd_file.put_line(fnd_file.output, 'Running QA Checker...');

25229:
25230: debug_message('ID : '||l_qcl_id);
25231: IF (x_return_status = OKL_API.G_RET_STS_SUCCESS) THEN
25232: */
25233: --fnd_file.put_line(fnd_file.output, 'Running QA Checker...');
25234: debug_message('ID : '||g_qcl_id);
25235: write_to_log('Running QA Checker...');
25236: okl_contract_book_pub.execute_qa_check_list(
25237: p_api_version => 1.0,

Line 25301: --fnd_file.put_line(fnd_file.output, 'Submitting Request to generate Streams....');

25297: -- If Upfront Tax is complete, then call API to generate streams
25298: IF (l_upfront_tax_status = 'S') THEN
25299: --IF (l_qa_check_status = 'S') THEN
25300:
25301: --fnd_file.put_line(fnd_file.output, 'Submitting Request to generate Streams....');
25302: write_to_log('Submitting Request to generate Streams....');
25303:
25304: --OKL_GENERATE_STREAMS_PUB.GENERATE_STREAMS(
25305: OKL_LA_STREAM_PUB.GEN_INTR_EXTR_STREAM (

Line 25319: --fnd_file.put_line(fnd_file.output,'Req ID: '||x_trx_number);

25315: );
25316:
25317: IF (x_return_status = OKL_API.G_RET_STS_SUCCESS) THEN
25318: commit; -- required for stream generation
25319: --fnd_file.put_line(fnd_file.output,'Req ID: '||x_trx_number);
25320: write_to_log('Req ID: '||x_trx_number);
25321: ELSE
25322: report_error(
25323: x_msg_count, x_msg_data);

Line 28432: --fnd_file.put_line(fnd_file.output, 'Loading... '||okl_header_rec.contract_number_old);

28428:
28429:
28430: BEGIN --1
28431: -- Populates Header Record before calling APIs
28432: --fnd_file.put_line(fnd_file.output, 'Loading... '||okl_header_rec.contract_number_old);
28433: okl_api.init_msg_list(p_init_msg_list => OKL_API.G_TRUE);
28434:
28435: debug_message(l_proc_name);
28436: debug_message('');