DBA Data[Home] [Help]

APPS.IGS_GE_S_LOG_PKG dependencies on IGS_LOOKUPS_VIEW_PKG

Line 100: IF NOT IGS_LOOKUPS_VIEW_PKG.Get_PK_For_Validation ( 'LOG_TYPE',new_references.s_log_type ) THEN

96: IF (((old_references.s_log_type = new_references.s_log_type)) OR
97: ((new_references.s_log_type IS NULL))) THEN
98: NULL;
99: ELSE
100: IF NOT IGS_LOOKUPS_VIEW_PKG.Get_PK_For_Validation ( 'LOG_TYPE',new_references.s_log_type ) THEN
101: Fnd_Message.Set_Name('FND','FORM_RECORD_DELETED');
102: IGS_GE_MSG_STACK.ADD;
103: App_Exception.Raise_Exception;
104: END IF;