DBA Data[Home] [Help]

APPS.JAI_CMN_REVERSE_CHARGE_PKG dependencies on FND_FILE

Line 323: fnd_file.put_line(fnd_file.log,

319: BEGIN
320:
321: g_debug := p_debug;
322: IF g_debug = 'Y' THEN
323: fnd_file.put_line(fnd_file.log,
324: 'Enter Reverse Charge Process. start');
325: END IF;
326:
327: lv_codepath := jai_general_pkg.plot_codepath(1,

Line 499: FND_FILE.put_line(fnd_file.log,

495: lv_codepath := jai_general_pkg.plot_codepath(7, lv_codepath);
496: ln_invoice_id := pp.invoice_id;
497:
498: IF g_debug = 'Y' THEN
499: FND_FILE.put_line(fnd_file.log,
500: 'Before get organization locattion,Invoice id:' ||
501: ln_invoice_id || ', Invoice line number:' ||
502: pp.invoice_line_number || ', PO distribution id:' ||
503: pp.po_distribution_id);

Line 551: FND_FILE.put_line(fnd_file.log, 'Codepath:' || lv_codepath);

547: end if;
548: end loop;
549:
550: IF g_debug = 'Y' THEN
551: FND_FILE.put_line(fnd_file.log, 'Codepath:' || lv_codepath);
552: END IF;
553:
554: p_process_flag := jai_constants.successful;
555:

Line 562: FND_FILE.put_line(fnd_file.log,

558: ROLLBACK;
559: p_process_flag := jai_constants.unexpected_error;
560: p_process_message := 'Unexpected Error Occured in Process_reverse_charge:' ||
561: SQLERRM;
562: FND_FILE.put_line(fnd_file.log,
563: 'Unexpected Error Occured:' || p_process_message);
564: FND_FILE.put_line(fnd_file.log, 'Error Codepath:' || lv_codepath);
565:
566: END process_reverse_payment;

Line 564: FND_FILE.put_line(fnd_file.log, 'Error Codepath:' || lv_codepath);

560: p_process_message := 'Unexpected Error Occured in Process_reverse_charge:' ||
561: SQLERRM;
562: FND_FILE.put_line(fnd_file.log,
563: 'Unexpected Error Occured:' || p_process_message);
564: FND_FILE.put_line(fnd_file.log, 'Error Codepath:' || lv_codepath);
565:
566: END process_reverse_payment;
567:
568: /*

Line 861: FND_FILE.put_line(fnd_file.log, 'Codepath:' || lv_codepath);

857: r_payment.future_pay_due_date > trunc(sysdate) THEN
858: lv_codepath := jai_general_pkg.plot_codepath(9, lv_codepath);
859: p_process_flag := 'FP';
860: p_process_message := 'Future payment which is not yet matured';
861: FND_FILE.put_line(fnd_file.log, 'Codepath:' || lv_codepath);
862: RETURN;
863: END IF;
864:
865: ln_payment_amount := r_payment.amount;

Line 1046: FND_FILE.put_line(fnd_file.log,

1042:
1043: END IF;
1044:
1045: IF g_debug = 'Y' THEN
1046: FND_FILE.put_line(fnd_file.log,
1047: 'Reverse Charge Process, DiffAmt:' ||
1048: ln_diff_amount || ', ValidtAmt:' ||
1049: ln_validate_amount || ', RecoAmt:' ||
1050: ln_recovered_amount || ', DiscRecoAmt:' ||

Line 1057: FND_FILE.put_line(fnd_file.log, 'Codepath:' || lv_codepath);

1053:
1054: IF ln_recovered_amount = 0 THEN
1055: lv_codepath := jai_general_pkg.plot_codepath(26, lv_codepath);
1056: IF g_debug = 'Y' THEN
1057: FND_FILE.put_line(fnd_file.log, 'Codepath:' || lv_codepath);
1058: fnd_file.put_line(fnd_file.log, 'Allready amount is recovered');
1059: END IF;
1060: RETURN;
1061: END IF;

Line 1058: fnd_file.put_line(fnd_file.log, 'Allready amount is recovered');

1054: IF ln_recovered_amount = 0 THEN
1055: lv_codepath := jai_general_pkg.plot_codepath(26, lv_codepath);
1056: IF g_debug = 'Y' THEN
1057: FND_FILE.put_line(fnd_file.log, 'Codepath:' || lv_codepath);
1058: fnd_file.put_line(fnd_file.log, 'Allready amount is recovered');
1059: END IF;
1060: RETURN;
1061: END IF;
1062:

Line 1092: FND_FILE.put_line(fnd_file.log,

1088: p_process_flag => lv_process_flag,
1089: p_process_message => lv_process_message);
1090: IF lv_process_flag <> jai_constants.successful THEN
1091: lv_codepath := jai_general_pkg.plot_codepath(20.1, lv_codepath);
1092: FND_FILE.put_line(fnd_file.log,
1093: 'Error Flag:' || lv_process_flag ||
1094: ' Error Message:' || lv_process_message);
1095: IF g_debug = 'Y' THEN
1096: FND_FILE.put_line(fnd_file.log, 'Codepath:' || lv_codepath);

Line 1096: FND_FILE.put_line(fnd_file.log, 'Codepath:' || lv_codepath);

1092: FND_FILE.put_line(fnd_file.log,
1093: 'Error Flag:' || lv_process_flag ||
1094: ' Error Message:' || lv_process_message);
1095: IF g_debug = 'Y' THEN
1096: FND_FILE.put_line(fnd_file.log, 'Codepath:' || lv_codepath);
1097: END IF;
1098: return;
1099: END IF;
1100:

Line 1144: fnd_file.put_line(fnd_file.log,

1140: p_accrual_basis => 'Y');
1141:
1142: IF lv_process_flag = jai_constants.expected_error OR
1143: lv_process_flag = jai_constants.unexpected_error THEN
1144: fnd_file.put_line(fnd_file.log,
1145: '5.1 ERROR IN CALL TO jai_cmn_reverse_charge_pkg.process_charge_acct - lv_process_flag ' ||
1146: lv_process_flag || ', lv_process_message' ||
1147: lv_process_message);
1148: p_process_flag := lv_process_flag;

Line 1182: fnd_file.put_line(fnd_file.log,

1178: IF lv_process_flag = jai_constants.expected_error OR
1179: lv_process_flag = jai_constants.unexpected_error THEN
1180: p_process_flag := lv_process_flag;
1181: p_process_message := lv_process_message;
1182: fnd_file.put_line(fnd_file.log,
1183: 'error in call to jai_cmn_reverse_charge_pkg.process_charge_acct - lv_process_flag ' ||
1184: lv_process_flag || ', lv_process_message' ||
1185: lv_process_message);
1186: RETURN;

Line 1199: FND_FILE.put_line(fnd_file.log, 'Codepath:' || lv_codepath);

1195: p_process_message => p_process_message);
1196:
1197: p_process_flag := jai_constants.successful;
1198: IF g_debug = 'Y' THEN
1199: FND_FILE.put_line(fnd_file.log, 'Codepath:' || lv_codepath);
1200: END IF;
1201:
1202: END process_charge_acct;
1203:

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

1765: IF ( nvl(ln_entered_dr, 0) = 0 AND nvl(ln_entered_cr,0) = 0
1766: OR nvl(ln_accounted_dr, 0) = 0 AND nvl(ln_accounted_cr,0) = 0 )
1767: THEN
1768:
1769: FND_FILE.put_line( FND_FILE.log, 'Accounting not done as Both Credit and Debit are Zero ');
1770: RETURN ;
1771:
1772: END IF;
1773:

Line 2032: fnd_file.put_line( fnd_file.log,

2028: p_accrual_basis => 'N');
2029:
2030: IF lv_process_flag = jai_constants.expected_error OR
2031: lv_process_flag = jai_constants.unexpected_error THEN
2032: fnd_file.put_line( fnd_file.log,
2033: '5.1 ERROR IN CALL TO jai_cmn_reverse_charge_pkg.process_settlement_repository - lv_process_flag '||lv_process_flag
2034: ||', lv_process_message'||lv_process_message);
2035: p_process_flag := lv_process_flag;
2036: p_process_message := lv_process_message;

Line 2046: Fnd_file.put_line( fnd_file.log, p_process_message);

2042: EXCEPTION
2043: WHEN OTHERS THEN
2044: p_process_flag := jai_constants.unexpected_error;
2045: p_process_message := 'Repository Error SQLCODE='||TO_CHAR(SQLCODE)||' SQLERRM=:'||SQLERRM;
2046: Fnd_file.put_line( fnd_file.log, p_process_message);
2047: END process_settlement_repository;
2048:
2049: end jai_cmn_reverse_charge_pkg;