DBA Data[Home] [Help]

APPS.IGS_AD_ADM_UT_STT_LD_PKG dependencies on IGS_AD_ADM_UNIT_STAT_PKG

Line 129: IF NOT IGS_AD_ADM_UNIT_STAT_PKG.Get_PK_For_Validation (

125: new_references.administrative_unit_status)) OR
126: ((new_references.administrative_unit_status IS NULL))) THEN
127: NULL;
128: ELSE
129: IF NOT IGS_AD_ADM_UNIT_STAT_PKG.Get_PK_For_Validation (
130: new_references.administrative_unit_status,'N' ) THEN
131: Fnd_Message.Set_Name ('FND', 'FORM_RECORD_DELETED');
132: IGS_GE_MSG_STACK.ADD;
133: App_Exception.Raise_Exception;