DBA Data[Home] [Help]

APPS.IGS_PS_UNIT_OFR_OPT_PKG dependencies on IGS_AS_UNIT_CLASS_PKG

Line 889: IF NOT IGS_AS_UNIT_CLASS_PKG.Get_PK_For_Validation (

885: IF (((old_references.unit_class = new_references.unit_class)) OR
886: ((new_references.unit_class IS NULL))) THEN
887: NULL;
888: ELSE
889: IF NOT IGS_AS_UNIT_CLASS_PKG.Get_PK_For_Validation (
890: new_references.unit_class) THEN
891: Fnd_Message.Set_Name ('FND', 'FORM_RECORD_DELETED');
892: IGS_GE_MSG_STACK.ADD;
893: App_Exception.Raise_Exception;