DBA Data[Home] [Help]

APPS.OKL_OPEN_INTERFACE_PVT dependencies on FND_FILE

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

3314: LOOP
3315:
3316: BEGIN
3317: -- Validation Starts For each Contract
3318: --fnd_file.put_line(fnd_file.output, 'Checking... '||okl_header_rec.contract_number_old);
3319:
3320: write_to_log('Checking... '||okl_header_rec.contract_number_old);
3321:
3322: x_total_checked := nvl(x_total_checked,0) + 1;

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

25479:
25480: debug_message('ID : '||l_qcl_id);
25481: IF (x_return_status = OKL_API.G_RET_STS_SUCCESS) THEN
25482: */
25483: --fnd_file.put_line(fnd_file.output, 'Running QA Checker...');
25484: debug_message('ID : '||g_qcl_id);
25485: write_to_log('Running QA Checker...');
25486: okl_contract_book_pub.execute_qa_check_list(
25487: p_api_version => 1.0,

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

25547: -- If Upfront Tax is complete, then call API to generate streams
25548: IF (l_upfront_tax_status = 'S') THEN
25549: --IF (l_qa_check_status = 'S') THEN
25550:
25551: --fnd_file.put_line(fnd_file.output, 'Submitting Request to generate Streams....');
25552: write_to_log('Submitting Request to generate Streams....');
25553:
25554: --OKL_GENERATE_STREAMS_PUB.GENERATE_STREAMS(
25555: OKL_LA_STREAM_PUB.GEN_INTR_EXTR_STREAM (

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

25565: );
25566:
25567: IF (x_return_status = OKL_API.G_RET_STS_SUCCESS) THEN
25568: commit; -- required for stream generation
25569: --fnd_file.put_line(fnd_file.output,'Req ID: '||x_trx_number);
25570: write_to_log('Req ID: '||x_trx_number);
25571: ELSE
25572: report_error(
25573: x_msg_count, x_msg_data);

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

28726:
28727:
28728: BEGIN --1
28729: -- Populates Header Record before calling APIs
28730: --fnd_file.put_line(fnd_file.output, 'Loading... '||okl_header_rec.contract_number_old);
28731: okl_api.init_msg_list(p_init_msg_list => OKL_API.G_TRUE);
28732:
28733: debug_message(l_proc_name);
28734: debug_message('');