DBA Data[Home] [Help]

APPS.IGS_AD_TER_ED_LV_COM_PKG dependencies on IGS_AD_TAC_LV_OF_COM_PKG

Line 131: IF NOT IGS_AD_TAC_LV_OF_COM_PKG.Get_PK_For_Validation (

127: IF (((old_references.tac_level_of_comp = new_references.tac_level_of_comp)) OR
128: ((new_references.tac_level_of_comp IS NULL))) THEN
129: NULL;
130: ELSE
131: IF NOT IGS_AD_TAC_LV_OF_COM_PKG.Get_PK_For_Validation (
132: new_references.tac_level_of_comp ,
133: 'N' ) THEN
134: Fnd_Message.Set_Name('FND','FORM_RECORD_DELETED');
135: IGS_GE_MSG_STACK.ADD;