DBA Data[Home] [Help]

APPS.IGS_SC_GEN_001 dependencies on IGS_SC_OBJ_ATT_MTHS

Line 224: FROM igs_sc_obj_att_mths

220: AND b.obj_group_id = a.obj_group_id;
221:
222: CURSOR c_null_allow_flag (cp_object_id number,cp_obj_attrib_id number) IS
223: SELECT null_allow_flag
224: FROM igs_sc_obj_att_mths
225: WHERE object_id = cp_object_id
226: AND obj_attrib_id = cp_obj_attrib_id;
227:
228: cnt NUMBER;