DBA Data[Home] [Help]

APPS.IGS_FI_CREDIT_PVT dependencies on IGS_FI_PRC_BALANCES

Line 57: || pathipat 17-May-2006 Bug 5104599 - After call to igs_fi_prc_balances.update_balances, added condition to not raise

53: || Known limitations, enhancements or remarks :
54: || Change History :
55: || Who When What
56: || (reverse chronological order - newest change first)
57: || pathipat 17-May-2006 Bug 5104599 - After call to igs_fi_prc_balances.update_balances, added condition to not raise
58: || exception if the messages were regd exclusion of credit types or fee types
59: || svuppala 05-May-2006 Enh#3924836 Precision Issue. Done the formatting of amount in the beginning itslef
60: || sapanigr 03-May-2006 Enh#3924836 Precision Issue. Amount values being inserted to igs_fi_credits and
61: || igs_fi_cr_activities_pkg are now rounded off to currency precision

Line 518: igs_fi_prc_balances.update_balances( p_party_id => p_credit_rec.p_party_id,

514: --Updation of balances table SHOULD NOT happen for Deposit Transactions.
515: -- And also if Manage Accounts is OTHER
516: IF (l_v_credit_class NOT IN ('ENRDEPOSIT','OTHDEPOSIT'))
517: AND l_v_manage_accounts <> 'OTHER' THEN
518: igs_fi_prc_balances.update_balances( p_party_id => p_credit_rec.p_party_id,
519: p_balance_type => l_standard,
520: p_balance_date => TRUNC(l_d_transaction_date),
521: p_amount => ((-1)*l_n_amount),
522: p_source => l_credit,

Line 547: igs_fi_prc_balances.update_balances( p_party_id => p_credit_rec.p_party_id,

543: --Updation of balances table SHOULD NOT happen for Deposit Transactions.
544: -- And also if Manage Accounts is OTHER
545: IF (l_v_credit_class NOT IN ('ENRDEPOSIT','OTHDEPOSIT'))
546: AND l_v_manage_accounts <> 'OTHER' THEN
547: igs_fi_prc_balances.update_balances( p_party_id => p_credit_rec.p_party_id,
548: p_balance_type => l_hold,
549: p_balance_date => TRUNC(l_d_transaction_date),
550: p_amount => ((-1)*l_n_amount),
551: p_source => l_credit,