DBA Data[Home] [Help]

APPS.IGS_EN_ORUN_WLST_PRI_PKG dependencies on IGS_EN_OR_UNIT_WLST_PKG

Line 115: ELSIF NOT Igs_En_Or_Unit_Wlst_Pkg.Get_PK_For_Validation (

111:
112: IF (((old_references.org_unit_wlst_id = new_references.org_unit_wlst_id)) OR
113: ((new_references.org_unit_wlst_id IS NULL))) THEN
114: NULL;
115: ELSIF NOT Igs_En_Or_Unit_Wlst_Pkg.Get_PK_For_Validation (
116: new_references.org_unit_wlst_id
117: ) THEN
118: Fnd_Message.Set_Name ('FND','FORM_RECORD_DELETED');
119: IGS_GE_MSG_STACK.ADD;