DBA Data[Home] [Help]

APPS.IGS_FI_GEN_008 dependencies on STANDARD

Line 17: svuppala 16-May-2005 Bug # 4226849 Added New PLSQL function which will return the latest standard

13: Who When What
14: abshriva 17-May-2006 Bug 5113295 - Added function chk_unit_prg_transfer
15: uudayapr 8-Oct-2005 BUG 4660773 Added the Function mask_card_number for masking the CC Number
16: agairola 27-Sep-2005 Bug # 4625955 Added new PLSQL procedure chk_spa_rec_exists
17: svuppala 16-May-2005 Bug # 4226849 Added New PLSQL function which will return the latest standard
18: balance of the student for the personid provided as input to it.
19: bannamal 14-Apr-2004 Bug#4297359 ER Registration fee issue.
20: Added the parameter p_v_nonzero_billable_cp_flag to the function
21: get_complete_withdr_ret_amt.

Line 106: -- Function to determine the Retention Amount for a Non-Standard Unit Section

102: p_n_diff_amount IN NUMBER,
103: p_v_fee_type IN igs_fi_f_typ_ca_inst_all.fee_type%TYPE,
104: p_v_nonzero_billable_cp_flag IN igs_fi_f_typ_ca_inst_all.nonzero_billable_cp_flag%TYPE ) RETURN NUMBER;
105:
106: -- Function to determine the Retention Amount for a Non-Standard Unit Section
107: FUNCTION get_ns_usec_retention(p_n_uoo_id IN igs_ps_unit_ofr_opt_all.uoo_id%TYPE,
108: p_v_fee_type IN igs_fi_fee_type.fee_type%TYPE,
109: p_d_effective_date IN DATE,
110: p_n_diff_amount IN NUMBER) RETURN NUMBER;

Line 120: -- function to return the latest standard balance of the student for the personid provided

116: p_v_fee_type IN igs_fi_f_typ_ca_inst_all.fee_type%TYPE,
117: p_d_effective_date IN DATE,
118: p_n_diff_amount IN NUMBER) RETURN NUMBER;
119:
120: -- function to return the latest standard balance of the student for the personid provided
121: FUNCTION get_std_balance(p_partyid IN igs_fi_balances.party_id%TYPE) RETURN NUMBER;
122:
123: -- Procedure for checking if Term Record exists
124: PROCEDURE chk_spa_rec_exists(p_n_person_id IN igs_en_stdnt_ps_att.person_id%TYPE,