DBA Data[Home] [Help]

APPS.IGS_FI_GEN_002 dependencies on IGS_FI_FEE_TYPE_CI_H_PKG

Line 934: || from call to IGS_FI_FEE_TYPE_CI_H_PKG.INSERT_ROW.

930: || svuppala 13-Apr-2005 Bug 4297359 - ER REGISTRATION FEE ISSUE - ASSESSED TO STUDENTS WITH NO LOAD
931: || Added new field NONZERO_BILLABLE_CP_FLAG in IGS_FI_FEE_TYPE_CI_H_ALL
932: || vvutukur 19-Jul-2002 Bug#2425767.Removed parameters p_new_payment_hierarchy_rank,
933: || p_old_payment_hierarchy_rank and its references(from if condition and
934: || from call to IGS_FI_FEE_TYPE_CI_H_PKG.INSERT_ROW.
935: ----------------------------------------------------------------------------*/
936: gv_other_detail VARCHAR2(255);
937: BEGIN
938: DECLARE

Line 1004: IGS_FI_FEE_TYPE_CI_H_PKG.INSERT_ROW(

1000: r_ftcih.hist_start_dt := p_old_last_update_date;
1001: r_ftcih.hist_end_dt := p_new_last_update_date;
1002: r_ftcih.hist_who := p_old_last_updated_by;
1003: r_ftcih.fee_type_ci_status := p_old_fee_type_ci_status;
1004: IGS_FI_FEE_TYPE_CI_H_PKG.INSERT_ROW(
1005: X_ROWID => X_ROWID,
1006: X_FEE_TYPE => r_ftcih.FEE_TYPE,
1007: X_fee_cal_type => r_ftcih.fee_cal_type,
1008: X_fee_ci_sequence_number => r_ftcih.fee_ci_sequence_number,