DBA Data[Home] [Help]

APPS.IGS_PS_UNIT_CATEGORY_PKG dependencies on IGS_PS_UNIT_CAT_PKG

Line 140: IF NOT IGS_PS_UNIT_CAT_PKG.Get_PK_For_Validation (

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