DBA Data[Home] [Help]

APPS.IGS_PS_UOFR_WLST_PRF_PKG dependencies on IGS_PS_UOFR_WLST_PRI_PKG

Line 140: ELSIF NOT Igs_Ps_Uofr_Wlst_Pri_Pkg.Get_PK_For_Validation (

136:
137: IF (((old_references.unit_ofr_waitlist_priority_id = new_references.unit_ofr_waitlist_priority_id)) OR
138: ((new_references.unit_ofr_waitlist_priority_id IS NULL))) THEN
139: NULL;
140: ELSIF NOT Igs_Ps_Uofr_Wlst_Pri_Pkg.Get_PK_For_Validation (
141: new_references.unit_ofr_waitlist_priority_id
142: ) THEN
143: Fnd_Message.Set_Name ('FND','FORM_RECORD_DELETED');
144: IGS_GE_MSG_STACK.ADD;