DBA Data[Home] [Help]

APPS.IGS_FI_PRC_FEE_ASS dependencies on IGS_PS_VER

Line 56: p_c_career IN igs_ps_ver_all.course_type%TYPE DEFAULT NULL,

52: p_test_run IN VARCHAR2 ,
53: p_creation_dt IN OUT NOCOPY DATE ,
54: p_message_name OUT NOCOPY VARCHAR2,
55: p_process_mode IN VARCHAR2 DEFAULT 'ACTUAL',
56: p_c_career IN igs_ps_ver_all.course_type%TYPE DEFAULT NULL,
57: p_d_gl_date IN DATE DEFAULT NULL,
58: p_v_wav_calc_flag IN VARCHAR2 DEFAULT NULL,
59: p_n_waiver_amount OUT NOCOPY NUMBER
60: ) RETURN BOOLEAN;

Line 170: g_c_key_program igs_ps_ver.course_cd%TYPE;

166: -- variable for Fee Calculation Method defined in the Recievables Control Form/ System Options Control Form
167: g_c_fee_calc_mthd igs_fi_control.fee_calc_mthd_code%TYPE;
168:
169: -- variable for storing Key Program of a student
170: g_c_key_program igs_ps_ver.course_cd%TYPE;
171: g_n_key_version igs_ps_ver.version_number%TYPE;
172:
173: -- Attendance type and Attendence Mode can be derived depending on the Load incurred by the Student or
174: -- the attendance type and attendance Mode for the program that is being assessed can be used

Line 171: g_n_key_version igs_ps_ver.version_number%TYPE;

167: g_c_fee_calc_mthd igs_fi_control.fee_calc_mthd_code%TYPE;
168:
169: -- variable for storing Key Program of a student
170: g_c_key_program igs_ps_ver.course_cd%TYPE;
171: g_n_key_version igs_ps_ver.version_number%TYPE;
172:
173: -- Attendance type and Attendence Mode can be derived depending on the Load incurred by the Student or
174: -- the attendance type and attendance Mode for the program that is being assessed can be used
175: -- depending on the system Profile Value defined at the User level either Nominated or Derived values