DBA Data[Home] [Help]

APPS.IGS_AV_STD_UNT_BASIS_PKG dependencies on IGS_AV_STND_UNIT_ALL

Line 75: cursor cur is select * from IGS_AV_STND_UNIT_ALL

71: p_deleting IN BOOLEAN DEFAULT FALSE
72: ) AS
73: v_message_name varchar2(30);
74: v_return_type VARCHAR2(1);
75: cursor cur is select * from IGS_AV_STND_UNIT_ALL
76: where av_stnd_unit_id =new_references.av_stnd_unit_id;
77: rec cur%rowtype;
78: BEGIN
79: OPEN CUR;