DBA Data[Home] [Help]

APPS.IGS_AV_STD_ULVLBASIS_PKG dependencies on IGS_AV_STND_UNIT_LVL_PKG

Line 165: IF NOT IGS_AV_STND_UNIT_LVL_PKG.Get_PK_For_Validation (

161: (new_references.av_stnd_unit_lvl_id IS NULL)) THEN
162: NULL;
163: ELSE
164: --
165: IF NOT IGS_AV_STND_UNIT_LVL_PKG.Get_PK_For_Validation (
166: new_references.av_stnd_unit_lvl_id) THEN
167: Fnd_Message.Set_Name ('FND', 'FORM_RECORD_DELETED');
168: Igs_Ge_Msg_Stack.Add;
169: App_Exception.Raise_Exception;