APPS.IGS_AV_STND_ALT_UNIT_PKG dependencies on IGS_AV_STND_UNIT_ALL
Line 73: cursor cur is select * from IGS_AV_STND_UNIT_ALL
69: p_updating IN BOOLEAN DEFAULT FALSE,
70: p_deleting IN BOOLEAN DEFAULT FALSE
71: ) AS
72: v_message_name varchar2(30); 73: cursor cur is select * from IGS_AV_STND_UNIT_ALL 74: where av_stnd_unit_id =new_references.av_stnd_unit_id;
75: rec cur%rowtype;
76: BEGIN
77: OPEN CUR;