DBA Data[Home] [Help]

APPS.JAI_CMN_RGM_RECORDING_PKG dependencies on FND_FILE

Line 343: FND_FILE.put_line( FND_FILE.log, p_process_message);

339: IF lv_regime_code <> jai_constants.service_regime THEN
340: lv_codepath := jai_general_pkg.plot_codepath(2, lv_codepath);
341: p_process_flag := jai_constants.expected_error;
342: p_process_message := 'Transactions other than SERVICE regime are not supported';
343: FND_FILE.put_line( FND_FILE.log, p_process_message);
344: fnd_file.put_line(fnd_file.log,p_process_message);
345: RETURN;
346: END IF;
347:

Line 344: fnd_file.put_line(fnd_file.log,p_process_message);

340: lv_codepath := jai_general_pkg.plot_codepath(2, lv_codepath);
341: p_process_flag := jai_constants.expected_error;
342: p_process_message := 'Transactions other than SERVICE regime are not supported';
343: FND_FILE.put_line( FND_FILE.log, p_process_message);
344: fnd_file.put_line(fnd_file.log,p_process_message);
345: RETURN;
346: END IF;
347:
348: -- Rounding of Service Tax that is hitting repository

Line 541: FND_FILE.put_line( FND_FILE.log, p_process_message); fnd_file.put_line(fnd_file.log,p_process_message);

537: IF ln_charge_account_id IS NULL THEN
538: lv_codepath := jai_general_pkg.plot_codepath(17, lv_codepath);
539: p_process_flag := jai_constants.expected_error;
540: p_process_message := 'Charge Account('||lv_account_name||') not defined for tax type '||p_tax_type;
541: FND_FILE.put_line( FND_FILE.log, p_process_message); fnd_file.put_line(fnd_file.log,p_process_message);
542: GOTO end_of_repository_entry;
543: END IF;
544:
545: lv_statement := '16';

Line 547: fnd_file.put_line(fnd_file.log,'pkg2. rgm_id:'||p_regime_id||',OrgType:'||lv_balancing_orgn_type

543: END IF;
544:
545: lv_statement := '16';
546: IF g_debug='Y' THEN
547: fnd_file.put_line(fnd_file.log,'pkg2. rgm_id:'||p_regime_id||',OrgType:'||lv_balancing_orgn_type
548: ||',Oid:'||ln_balancing_orgn_id||',locid:'||ln_balancing_location_id
549: ||',txty:'||lv_balancing_tax_type||',actName:'||lv_balancing_accnt_name
550: );
551: END IF;

Line 558: FND_FILE.put_line( FND_FILE.log, p_process_message); fnd_file.put_line(fnd_file.log,p_process_message);

554: IF ln_balancing_account_id IS NULL THEN
555: lv_codepath := jai_general_pkg.plot_codepath(18, lv_codepath);
556: p_process_flag := jai_constants.expected_error;
557: p_process_message := 'Balancing Account('||lv_balancing_accnt_name||') not defined for tax type '||lv_balancing_tax_type;
558: FND_FILE.put_line( FND_FILE.log, p_process_message); fnd_file.put_line(fnd_file.log,p_process_message);
559: GOTO end_of_repository_entry;
560: END IF;
561:
562: ln_reference_id := p_reference_id;

Line 678: FND_FILE.put_line( FND_FILE.log, p_process_message); fnd_file.put_line(fnd_file.log,p_process_message);

674: IF ln_discount_ccid IS NULL THEN
675: lv_codepath := jai_general_pkg.plot_codepath(18, lv_codepath);
676: p_process_flag := jai_constants.expected_error;
677: p_process_message := 'Discount Account is not defined in '||p_source;
678: FND_FILE.put_line( FND_FILE.log, p_process_message); fnd_file.put_line(fnd_file.log,p_process_message);
679: FND_FILE.put_line( FND_FILE.log, ln_org_id);
680: GOTO end_of_repository_entry;
681: END IF;
682:

Line 679: FND_FILE.put_line( FND_FILE.log, ln_org_id);

675: lv_codepath := jai_general_pkg.plot_codepath(18, lv_codepath);
676: p_process_flag := jai_constants.expected_error;
677: p_process_message := 'Discount Account is not defined in '||p_source;
678: FND_FILE.put_line( FND_FILE.log, p_process_message); fnd_file.put_line(fnd_file.log,p_process_message);
679: FND_FILE.put_line( FND_FILE.log, ln_org_id);
680: GOTO end_of_repository_entry;
681: END IF;
682:
683: IF lv_charge_entry_type = jai_constants.debit THEN

Line 830: Fnd_file.put_line( fnd_file.log, 'Error in Insert_Repository_entry. Codepath:'||lv_codepath);

826: WHEN OTHERS THEN
827: p_process_flag := jai_constants.unexpected_error;
828: p_process_message := 'Repository Error(Stmt:'||lv_statement||') Occured:'||SQLERRM;
829: lv_codepath := jai_general_pkg.plot_codepath(-999, lv_codepath);
830: Fnd_file.put_line( fnd_file.log, 'Error in Insert_Repository_entry. Codepath:'||lv_codepath);
831:
832: END insert_repository_entry;
833:
834: /* ~~~~~~~~~~~~~~~ Start of Accounting Entry Procedure ~~~~~~~~~~~~~~~~~ */

Line 1011: FND_FILE.put_line( FND_FILE.log, 'Accounting not done as Both Credit and Debit are Zero ');

1007: -- Date 07-jun-2007 by sacsethi for bug 6109941
1008: -- Previously we were generating raise application error which is changed
1009: -- to information level ....
1010:
1011: FND_FILE.put_line( FND_FILE.log, 'Accounting not done as Both Credit and Debit are Zero ');
1012: RETURN ;
1013:
1014: END IF;
1015: jai_cmn_utils_pkg.print_log('6395039.log', 'before call to get_period_name');

Line 1181: fnd_file.put_line( fnd_file.log, p_process_message);

1177: EXCEPTION
1178: WHEN OTHERS THEN
1179: p_process_flag := jai_constants.unexpected_error;
1180: p_process_message := 'jai_cmn_rgm_recording_pkg.insert_reference failed with error - '||SQLERRM;
1181: fnd_file.put_line( fnd_file.log, p_process_message);
1182: END insert_reference;
1183:
1184: FUNCTION get_account(
1185: p_regime_id IN NUMBER,

Line 1525: fnd_file.put_line(fnd_file.log,'GL Period is closed for Accounting Date:'||to_char(p_accounting_date)

1521: END IF;
1522: END LOOP;
1523:
1524: IF g_debug='Y' THEN
1525: fnd_file.put_line(fnd_file.log,'GL Period is closed for Accounting Date:'||to_char(p_accounting_date)
1526: ||'. Hence passing with Entries for '||to_char(ld_accounting_date)
1527: );
1528: END IF;
1529:

Line 1748: Fnd_file.put_line( fnd_file.log, 'Error in insert_vat_repository_entry. Stmt:'||lv_statement_id);

1744: WHEN OTHERS THEN
1745: pv_process_flag := jai_constants.unexpected_error;
1746: pv_process_message := 'insert_vat_repository_entry Error(Stmt:'||lv_statement_id||') Occured:'||SQLERRM;
1747: --lv_codepath := jai_general_pkg.plot_codepath(-999, lv_codepath);
1748: Fnd_file.put_line( fnd_file.log, 'Error in insert_vat_repository_entry. Stmt:'||lv_statement_id);
1749: END insert_vat_repository_entry;
1750:
1751:
1752: /* following function added by Vijay Shankar for Bug#4250236(4245089). VAT Impl. */

Line 1949: Fnd_file.put_line( fnd_file.log, 'Error in doVatAccounting. Stmt:'||lv_statement_id);

1945: pv_process_flag := jai_constants.unexpected_error;
1946: pv_process_message := 'doVatAccounting Error(Stmt:'||lv_statement_id||') Occured:'||SQLERRM;
1947: --lv_codepath := jai_general_pkg.plot_codepath(-999, lv_codepath);
1948: jai_cmn_utils_pkg.print_log('6395039.log', 'Error in doVatAccounting. Stmt:'||lv_statement_id);
1949: Fnd_file.put_line( fnd_file.log, 'Error in doVatAccounting. Stmt:'||lv_statement_id);
1950:
1951: END do_vat_accounting;
1952:
1953: /* following function added by Vijay Shankar for Bug#4250236(4245089). VAT Impl. */