DBA Data[Home] [Help]

APPS.IGS_FI_VAL_FAS dependencies on IGS_FI_CONTROL

Line 328: FROM igs_fi_control;

324: WHERE fee_type = p_fee_type;
325:
326: CURSOR c_fee_calc_mthd IS
327: SELECT fee_calc_mthd_code
328: FROM igs_fi_control;
329: l_v_fee_calc_mthd igs_fi_control.fee_calc_mthd_code%TYPE;
330:
331: BEGIN
332: --- Set the default message number

Line 329: l_v_fee_calc_mthd igs_fi_control.fee_calc_mthd_code%TYPE;

325:
326: CURSOR c_fee_calc_mthd IS
327: SELECT fee_calc_mthd_code
328: FROM igs_fi_control;
329: l_v_fee_calc_mthd igs_fi_control.fee_calc_mthd_code%TYPE;
330:
331: BEGIN
332: --- Set the default message number
333: p_message_name := NULL;