DBA Data[Home] [Help]

APPS.IGS_PS_RSV_UOP_PRF_PKG dependencies on IGS_PS_VER_PKG

Line 143: IF NOT igs_ps_ver_pkg.get_pk_for_validation(

139: OPEN c_priority;
140: FETCH c_priority INTO priority_value1;
141: IF (c_priority%found) THEN
142: IF (priority_value1 = 'PROGRAM') THEN
143: IF NOT igs_ps_ver_pkg.get_pk_for_validation(
144: new_references.preference_code,
145: new_references.preference_version ) THEN
146: CLOSE c_priority;
147: fnd_message.set_name ('FND', 'FORM_RECORD_DELETED');