DBA Data[Home] [Help]

APPS.IGS_FI_PRC_FIN_LT_CHG dependencies on IGS_FI_FEE_TYPE

Line 606: CURSOR cur_desc(cp_fee_type igs_fi_fee_type.fee_type%TYPE) IS

602: l_var NUMBER(5) := 0;
603: l_count NUMBER(5);
604: l_msg VARCHAR2(2000);
605:
606: CURSOR cur_desc(cp_fee_type igs_fi_fee_type.fee_type%TYPE) IS
607: SELECT description
608: FROM igs_fi_fee_type
609: WHERE fee_type = cp_fee_type;
610:

Line 608: FROM igs_fi_fee_type

604: l_msg VARCHAR2(2000);
605:
606: CURSOR cur_desc(cp_fee_type igs_fi_fee_type.fee_type%TYPE) IS
607: SELECT description
608: FROM igs_fi_fee_type
609: WHERE fee_type = cp_fee_type;
610:
611: l_cur_desc igs_fi_inv_int.invoice_desc%TYPE;
612: