DBA Data[Home] [Help]

APPS.IGS_FI_PRC_FEE_ASS dependencies on IGS_FI_FEE_AS_PKG

Line 5957: igs_fi_fee_as_pkg.insert_row(

5953:
5954: log_to_fnd( p_v_module => 'finpl_ins_fee_ass',
5955: p_v_string => 'Inserting Fee As Record for Amount: ' || lv_sum_diff );
5956: -- Modified transaction_dt entry as Trunc(Sysdate) as part of Bug 4240402: Timezone impact
5957: igs_fi_fee_as_pkg.insert_row(
5958: x_rowid => lv_as_rowid,
5959: x_person_id => p_person_id,
5960: x_transaction_id => v_fa_sequence_number,
5961: x_fee_type => p_fee_type,

Line 6157: -- to above, before the call to IGS_FI_FEE_AS_PKG.insert_row

6153: );
6154:
6155: -- Code for addition of a record in the new pl/sql table
6156: -- for 'INSTIUTION' fee trigger category is moved from here
6157: -- to above, before the call to IGS_FI_FEE_AS_PKG.insert_row
6158: -- This was to handle the case, where NO adjustment was required for the fee.
6159: -- In this case, the code present at this point was not accessed,
6160: -- and no record was being created in the pl/sql table. (Bug # 2021281) schodava
6161: END IF; -- End if for (nvl(lv_diff_amount,0) <> 0)

Line 11079: igs_fi_fee_as_pkg.insert_row (x_rowid => l_rowid,

11075: log_to_fnd( p_v_module => 'create_retention_charge',
11076: p_v_string => 'Inserting AS record for Retention Amount.');
11077: -- Insert the Retention Charge in the Fee Assessment Header table
11078: -- Modified transaction_dt, effective_dt entries as Trunc(Sysdate) as part of Bug 4240402: Timezone impact
11079: igs_fi_fee_as_pkg.insert_row (x_rowid => l_rowid,
11080: x_person_id => p_n_person_id,
11081: x_transaction_id => l_n_transaction_id,
11082: x_fee_type => p_v_fee_type,
11083: x_fee_cal_type => p_v_fee_cal_type,