DBA Data[Home] [Help]

APPS.IGS_FI_PRC_SP_FEES dependencies on IGS_FI_SPECIAL_FEES_PKG

Line 646: igs_fi_special_fees_pkg.insert_row ( x_rowid => l_rowid,

642: -- After creation of retention charge, insert a record into the Special Fees table
643: -- Modified transaction_date entry as Trunc(Sysdate) as part of Bug 4240402: Timezone impact
644: l_n_special_fee_id := NULL;
645: l_rowid := NULL;
646: igs_fi_special_fees_pkg.insert_row ( x_rowid => l_rowid,
647: x_special_fee_id => l_n_special_fee_id,
648: x_person_id => l_sp_fees_tbl(l_n_tbl_cnt).person_id,
649: x_course_cd => l_sp_fees_tbl(l_n_tbl_cnt).course_cd,
650: x_uoo_id => l_sp_fees_tbl(l_n_tbl_cnt).uoo_id,

Line 699: igs_fi_special_fees_pkg.insert_row ( x_rowid => l_rowid,

695: -- After creation of a special charge, insert a record into the Special Fees table
696: -- Modified transaction_date entry as Trunc(Sysdate) as part of Bug 4240402: Timezone impact
697: l_n_special_fee_id := NULL;
698: l_rowid := NULL;
699: igs_fi_special_fees_pkg.insert_row ( x_rowid => l_rowid,
700: x_special_fee_id => l_n_special_fee_id,
701: x_person_id => l_sp_fees_tbl(l_n_tbl_cnt).person_id,
702: x_course_cd => l_sp_fees_tbl(l_n_tbl_cnt).course_cd,
703: x_uoo_id => l_sp_fees_tbl(l_n_tbl_cnt).uoo_id,