DBA Data[Home] [Help]

APPS.JAI_RCV_RGM_CLAIMS_PKG dependencies on JAI_RCV_ACCOUNTING_PKG

Line 2118: jai_rcv_accounting_pkg.process_transaction(

2114: ln_entered_dr := rec_claims.installment_amount;
2115: ln_entered_cr := NULL;
2116:
2117: IF NVL(rec_claims.installment_amount,0) <> 0 THEN
2118: jai_rcv_accounting_pkg.process_transaction(
2119: p_transaction_id => rec_claims.transaction_id,
2120: p_acct_type => lv_accounting_type,
2121: p_acct_nature => lv_account_nature,
2122: p_source_name => lv_source_name,

Line 2171: jai_rcv_accounting_pkg.process_transaction(

2167: ln_entered_dr := NULL;
2168: ln_entered_cr := rec_claims.installment_amount;
2169:
2170: IF NVL(rec_claims.installment_amount,0) <> 0 THEN
2171: jai_rcv_accounting_pkg.process_transaction(
2172: p_transaction_id => rec_claims.transaction_id,
2173: p_acct_type => lv_accounting_type,
2174: p_acct_nature => lv_account_nature,
2175: p_source_name => lv_source_name,

Line 2508: jai_rcv_accounting_pkg.process_transaction(

2504: ln_entered_dr := rec_tax.tax_amount*ln_apportion_factor;
2505: ln_entered_cr := NULL;
2506:
2507: IF NVL(ln_entered_dr,0) <> 0 OR NVL(ln_entered_cr,0) <> 0 THEN --Added for Bug#4950914
2508: jai_rcv_accounting_pkg.process_transaction(
2509: p_transaction_id => r_receive_correct_txns.transaction_id,
2510: p_acct_type => lv_accounting_type,
2511: p_acct_nature => lv_account_nature,
2512: p_source_name => lv_source_name,

Line 2553: jai_rcv_accounting_pkg.process_transaction(

2549: ln_entered_dr := NULL;
2550: ln_entered_cr := rec_tax.tax_amount*ln_apportion_factor;
2551:
2552: IF NVL(ln_entered_dr,0) <> 0 OR NVL(ln_entered_cr,0) <> 0 THEN --Added for Bug#4950914
2553: jai_rcv_accounting_pkg.process_transaction(
2554: p_transaction_id => r_receive_correct_txns.transaction_id,
2555: p_acct_type => lv_accounting_type,
2556: p_acct_nature => lv_account_nature,
2557: p_source_name => lv_source_name,

Line 2986: jai_rcv_accounting_pkg.process_transaction(

2982: ln_entered_dr := r_total_reversal_amount.installment_amount;
2983: ln_entered_cr := NULL;
2984:
2985: IF NVL(r_total_reversal_amount.installment_amount,0) <> 0 THEN
2986: jai_rcv_accounting_pkg.process_transaction(
2987: p_transaction_id => nvl(r_trx.tax_transaction_id, p_transaction_id), /* p_transaction_id, Vijay */
2988: p_acct_type => lv_accounting_type,
2989: p_acct_nature => lv_account_nature,
2990: p_source_name => lv_source_name,

Line 3022: jai_rcv_accounting_pkg.process_transaction(

3018: ln_entered_dr := NULL;
3019: ln_entered_cr := r_total_reversal_amount.installment_amount;
3020:
3021: IF NVL(r_total_reversal_amount.installment_amount,0) <> 0 THEN
3022: jai_rcv_accounting_pkg.process_transaction(
3023: p_transaction_id => nvl(r_trx.tax_transaction_id, p_transaction_id), /* p_transaction_id, Vijay */
3024: p_acct_type => lv_accounting_type,
3025: p_acct_nature => lv_account_nature,
3026: p_source_name => lv_source_name,

Line 3059: jai_rcv_accounting_pkg.process_transaction(

3055: ln_entered_dr := rec_taxes.installment_amount;
3056: ln_entered_cr := NULL;
3057:
3058: IF NVL(rec_taxes.installment_amount,0) <> 0 THEN
3059: jai_rcv_accounting_pkg.process_transaction(
3060: p_transaction_id => p_transaction_id,
3061: p_acct_type => lv_accounting_type,
3062: p_acct_nature => lv_account_nature,
3063: p_source_name => lv_source_name,

Line 3095: jai_rcv_accounting_pkg.process_transaction(

3091: ln_entered_dr := NULL;
3092: ln_entered_cr := rec_taxes.installment_amount;
3093:
3094: IF NVL(rec_taxes.installment_amount,0) <> 0 THEN
3095: jai_rcv_accounting_pkg.process_transaction(
3096: p_transaction_id => p_transaction_id,
3097: p_acct_type => lv_accounting_type,
3098: p_acct_nature => lv_account_nature,
3099: p_source_name => lv_source_name,

Line 3402: jai_rcv_accounting_pkg.process_transaction(

3398: ln_entered_cr := NULL;
3399:
3400: --Added for Bug#4950914
3401: IF NVL(ln_tax_amount,0) <> 0 THEN
3402: jai_rcv_accounting_pkg.process_transaction(
3403: p_transaction_id => r_trx.transaction_id,
3404: p_acct_type => lv_accounting_type,
3405: p_acct_nature => lv_account_nature,
3406: p_source_name => lv_source_name,

Line 3453: jai_rcv_accounting_pkg.process_transaction(

3449: ln_entered_cr := ln_tax_amount;
3450:
3451: --Added for Bug#4950914
3452: IF NVL(ln_tax_amount,0) <> 0 THEN
3453: jai_rcv_accounting_pkg.process_transaction(
3454: p_transaction_id => r_trx.transaction_id,
3455: p_acct_type => lv_accounting_type,
3456: p_acct_nature => lv_account_nature,
3457: p_source_name => lv_source_name,