DBA Data[Home] [Help]

APPS.IGS_FI_VAL_FAR dependencies on IGS_AS_UNIT_CLASS

Line 870: FROM IGS_AS_UNIT_CLASS

866: v_other_detail VARCHAR2(255);
867: v_closed_ind CHAR;
868: CURSOR c_unit_class IS
869: SELECT closed_ind
870: FROM IGS_AS_UNIT_CLASS
871: WHERE unit_class = p_unit_class;
872: BEGIN
873: -- Check if the unit_class is closed
874: p_message_name := Null;